feat: setup dashboard
- Setup basic code structure - Add routes - Add layout components for authentication and dashboard pages - Add session handling - Add login, signup and session
This commit is contained in:
6
dashboard/src/pages/Users.tsx
Normal file
6
dashboard/src/pages/Users.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Box } from "@chakra-ui/react";
|
||||
import React from "react";
|
||||
|
||||
export function Users() {
|
||||
return <Box>users</Box>;
|
||||
}
|
Reference in New Issue
Block a user