Stories scaffolding

This commit is contained in:
Hazem Krimi
2025-03-18 17:12:38 +01:00
parent 13f88a09b3
commit dadf638631
55 changed files with 596 additions and 1189 deletions
+6 -1
View File
@@ -1,5 +1,10 @@
import { JSX } from 'react';
import { theme } from '../../themes';
import { Box, Button, Text } from '..';
import Box from '../Box';
import Button from '../Button';
import Text from '../Text';
import { Wrapper } from './styles';
type ModalProps = {