♻️ componentization of objects
Co-authored-by: haraldnilsen <harald_998@hotmail.com>
This commit is contained in:
parent
51a192ccba
commit
f293734490
5 changed files with 98 additions and 49 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Reference in a new issue