mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-11-30 22:45:46 +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'; |