feat: finish my pages overview page according to wireframe
This commit is contained in:
3
components/TempDesignSystem/ProgressBar/progressbar.ts
Normal file
3
components/TempDesignSystem/ProgressBar/progressbar.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface ProgressbarProps extends React.HTMLAttributes<HTMLDivElement> {
|
||||
progress: number
|
||||
}
|
||||
Reference in New Issue
Block a user