CHANGED: style and components directories, removed redundant imports from styles
ADDED: container and card component, card-subcomponents WIP
This commit is contained in:
7
src/primitive-components/card/card-header.tsx
Normal file
7
src/primitive-components/card/card-header.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
export function CardHeader(props) {
|
||||
return (
|
||||
<div></div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user