♻️ componentization of objects

Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
Sindre Kjelsrud 2023-09-06 07:56:46 +02:00
parent 51a192ccba
commit f293734490
5 changed files with 98 additions and 49 deletions

View file

@ -1,3 +1,5 @@
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'