Skip to content

Commit cee2414

Browse files
committed
Remove unused component
1 parent 61b33dc commit cee2414

4 files changed

Lines changed: 1 addition & 148 deletions

File tree

src/components/ui/Section.tsx

Lines changed: 0 additions & 75 deletions
This file was deleted.

src/components/ui/__mocks__/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ export * from './ProjectCard';
88
export * from './ThemeToggle';
99
export * from './Typewriter';
1010

11-
export const Typography = ({ children, ...props }: any) => React.createElement('div', { ...props, 'data-testid': 'typography' }, children);
12-
export const Section = ({ children, ...props }: any) => React.createElement('section', { ...props, 'data-testid': 'section' }, children);
11+
export const Typography = ({ children, ...props }: any) => React.createElement('div', { ...props, 'data-testid': 'typography' }, children);

src/components/ui/__tests__/Section.test.tsx

Lines changed: 0 additions & 70 deletions
This file was deleted.

src/components/ui/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ export * from './Button';
33
export * from './Card';
44
export * from './ProjectCard';
55
export * from './ProgressBar';
6-
export * from './Section';
76
export * from './ThemeToggle';
87
export * from './Typography';
98
export * from './Typewriter';

0 commit comments

Comments
 (0)