fix(dashboard): layout

This commit is contained in:
Lakhan Samani
2022-01-19 22:20:25 +05:30
parent 3b4d0d9769
commit ddda237178
11 changed files with 350 additions and 141 deletions

View File

@@ -1,6 +1,6 @@
import { Box } from "@chakra-ui/react";
import React from "react";
import { Box } from '@chakra-ui/react';
import React from 'react';
export function Users() {
return <Box>users</Box>;
export default function Users() {
return <Box>Welcome to Users Page</Box>;
}