♻️ refactored movieform

Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
haraldnilsen 2023-09-05 17:31:22 +02:00
parent 42fd4ee7aa
commit db6b29b7d2
3 changed files with 75 additions and 45 deletions

View file

@ -1,2 +1,3 @@
export { default as PaginationButton } from './PaginationButton'
export { default as Pagination } from './Pagination'
export { default as MovieTableRow } from './MovieTableRow'
export { default as MovieForm } from './MovieForm'