This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
Cinemateket/src/components/index.ts
Sindre Kjelsrud f293734490 ♻️ componentization of objects
Co-authored-by: haraldnilsen <harald_998@hotmail.com>
2023-09-06 07:56:46 +02:00

5 lines
269 B
TypeScript

export { default as Pagination } from './Pagination'
export { default as MovieTableRow } from './MovieTableRow'
export { default as MovieForm } from './MovieForm'
export { default as MovieTable } from './MovieTable'
export { default as MovieModal } from './MovieModal'