added dashboard layout
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export default function DashboardHome() {
|
||||
return (
|
||||
<div className=''>DashboardHome</div>
|
||||
)
|
||||
}
|
||||
+2
-1
@@ -1,5 +1,6 @@
|
||||
import HomePage from "./HomePage";
|
||||
import LoginPage from "./LoginPage";
|
||||
import GetStartedPage from "./GetStartedPage";
|
||||
import DashboardHome from "./DashboardHome";
|
||||
|
||||
export {HomePage, LoginPage, GetStartedPage}
|
||||
export {HomePage, LoginPage, GetStartedPage, DashboardHome}
|
||||
Reference in New Issue
Block a user