fix: mock next/font in tests and remove broken shared export
This commit is contained in:
+5
-10
@@ -1,17 +1,12 @@
|
||||
export { Badge } from './Badge';
|
||||
export type { BadgeVariant } from './Badge';
|
||||
|
||||
export { Badge } from './Badge';
|
||||
export type { ButtonSize, ButtonVariant } from './Button';
|
||||
export { Button } from './Button';
|
||||
export type { ButtonVariant, ButtonSize } from './Button';
|
||||
|
||||
export { Card, CardHeader, CardTitle, CardDescription, CardContent, CardFooter } from './Card';
|
||||
export type { CardBackground } from './Card';
|
||||
export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './Card';
|
||||
|
||||
export { Input, Textarea } from './Input';
|
||||
|
||||
export { Section, Container } from './Section';
|
||||
export type { SectionBackground, ContainerSize } from './Section';
|
||||
|
||||
export { SectionAccordion } from './SectionAccordion';
|
||||
export type { ContainerSize, SectionBackground } from './Section';
|
||||
export { Container, Section } from './Section';
|
||||
|
||||
export { TechStackBrick, TechStackGrid } from './TechStack';
|
||||
|
||||
Reference in New Issue
Block a user