fix: mock next/font in tests and remove broken shared export

This commit is contained in:
Ilia Mashkov
2026-04-23 21:01:46 +03:00
parent 68d5de3716
commit 5dbf5e34c2
6 changed files with 99 additions and 11 deletions
+5 -10
View File
@@ -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';