mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-12-01 06:55:45 +01:00
3 lines
140 B
TypeScript
3 lines
140 B
TypeScript
// frontend/src/components/PillNav/index.ts
|
|
export { default } from './PillNav';
|
|
export type { PillNavProps, PillNavItem } from './PillNav'; |