Added routing and basic board component.
This commit is contained in:
6
client/src/pages/manage/manage.page.container.jsx
Normal file
6
client/src/pages/manage/manage.page.container.jsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import React from "react";
|
||||
import ManagePage from "./manage.page";
|
||||
|
||||
export default function ManagePageContainer() {
|
||||
return <ManagePage />;
|
||||
}
|
||||
Reference in New Issue
Block a user