Re-init DB and scaffold all models
This commit is contained in:
12
web/src/pages/PartReactionsPage/PartReactionsPage.js
Normal file
12
web/src/pages/PartReactionsPage/PartReactionsPage.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import PartReactionsLayout from 'src/layouts/PartReactionsLayout'
|
||||
import PartReactionsCell from 'src/components/PartReactionsCell'
|
||||
|
||||
const PartReactionsPage = () => {
|
||||
return (
|
||||
<PartReactionsLayout>
|
||||
<PartReactionsCell />
|
||||
</PartReactionsLayout>
|
||||
)
|
||||
}
|
||||
|
||||
export default PartReactionsPage
|
||||
Reference in New Issue
Block a user