feat: finish my pages overview page according to wireframe
This commit is contained in:
7
components/TempDesignSystem/Divider/index.tsx
Normal file
7
components/TempDesignSystem/Divider/index.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { dividerVariants } from "./variants"
|
||||
|
||||
import type { DividerProps } from "./divider"
|
||||
|
||||
export default function Divider({ variant }: DividerProps) {
|
||||
return <div className={dividerVariants({ variant })} />
|
||||
}
|
||||
Reference in New Issue
Block a user