Authorization working
This commit is contained in:
7
src/pages/public/HomePage.tsx
Normal file
7
src/pages/public/HomePage.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function HomePage(){
|
||||
return (
|
||||
<main>
|
||||
Home Page
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user