-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TODO] Add missing pages to App.js #4
Comments
i can contribute to this too |
This is a refacfor of an old project of mine that had significant issues pre React 17. I have the original layout design screen shots if you or anyone needs a design @itspunkaj But yeah, this would help |
you just want the pages to addded to the app.js right ? |
import the pages for now |
hey @gbowne1 can you tell me how you want the pages to look. |
@itspunkaj I can do better than that. I can show you. It will need some changes.. but this was the overall layout was going for. It's all MUI. |
@itspunkaj after the merge, I am getting: useLocation() may be used only in the context of a component. |
Even I had this issue. |
Also i cannot solve this pages issue as I don't have a lot of time . I'm sorry |
I would be ok with whatever you are able to do |
We will have a /page, /layout, /view, /model, /component structure
The app needs several pages in the view to which components will be rendered
The routed page in App.js needs to be fixed to refer to the actual page being displayed when navigated to.
The individual pages need to be created.
etc
They also need to be imported to App.js
The text was updated successfully, but these errors were encountered: