Update project structure

This commit is contained in:
Hazem Krimi
2022-01-08 19:06:43 +01:00
parent 574f0b4d63
commit 79279e4706
20 changed files with 78 additions and 104 deletions
-1
View File
@@ -3,5 +3,4 @@ export type Props = {
href: string;
target?: HTMLAnchorElement['target'];
onClick?: () => void;
dark?: boolean;
};