Skip to content
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

prmeiro commit #7

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# React Admin Dashboard
# React Admin Dashboard Teste-Full
# Integração copm api Covid

Completed React Admin Dashboard Repo

18,808 changes: 18,760 additions & 48 deletions package-lock.json

Large diffs are not rendered by default.

Binary file added public/assets/gif005.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/assets/user.png
Binary file not shown.
9 changes: 1 addition & 8 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,19 @@ import Topbar from "./scenes/global/Topbar";
import Sidebar from "./scenes/global/Sidebar";
import Dashboard from "./scenes/dashboard";
import Team from "./scenes/team";
import Invoices from "./scenes/invoices";
import Contacts from "./scenes/contacts";
import Bar from "./scenes/bar";
import Form from "./scenes/form";
import Line from "./scenes/line";
import Pie from "./scenes/pie";
import FAQ from "./scenes/faq";
import Geography from "./scenes/geography";
import { CssBaseline, ThemeProvider } from "@mui/material";
import { ColorModeContext, useMode } from "./theme";
import Calendar from "./scenes/calendar/calendar";

function App() {
const [theme, colorMode] = useMode();
const [isSidebar, setIsSidebar] = useState(true);


return (
<ColorModeContext.Provider value={colorMode}>
<ThemeProvider theme={theme}>
Expand All @@ -31,14 +28,10 @@ function App() {
<Routes>
<Route path="/" element={<Dashboard />} />
<Route path="/team" element={<Team />} />
<Route path="/contacts" element={<Contacts />} />
<Route path="/invoices" element={<Invoices />} />
<Route path="/form" element={<Form />} />
<Route path="/bar" element={<Bar />} />
<Route path="/pie" element={<Pie />} />
<Route path="/line" element={<Line />} />
<Route path="/faq" element={<FAQ />} />
<Route path="/calendar" element={<Calendar />} />
<Route path="/geography" element={<Geography />} />
</Routes>
</main>
Expand Down
131 changes: 0 additions & 131 deletions src/scenes/calendar/calendar.jsx

This file was deleted.

103 changes: 0 additions & 103 deletions src/scenes/contacts/index.jsx

This file was deleted.

Loading