We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/src/main/index.js
// ... import { /* ... */, About } from './pages'; // ... const router = createHashRouter([ // ... { path: '/about', element: <About /> }, // ... ]);
/src/main/pages/About.js
import React from 'react'; import { Page } from '../components'; export const About = () => { return ( <Page> {/* ... */} </Page> ); };
The text was updated successfully, but these errors were encountered:
@EarthenSky - you still want to do this?
Sorry, something went wrong.
Not really, but I can do it if necessary. As before, backend & elections pages are priority atm.
If someone else is interested please attempt!
TODO for @micahdbak add more info about what this page should contain
EarthenSky
No branches or pull requests
/src/main/index.js
/src/main/pages/About.js
The text was updated successfully, but these errors were encountered: