Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DercilioFontes committed Dec 27, 2022
1 parent a8aab4d commit 88cdd7d
Show file tree
Hide file tree
Showing 49 changed files with 7 additions and 2,679 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"url": "[email protected]:rsuite/rsuite-admin-template.git"
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@faker-js/faker": "^7.4.0",
"@babel/runtime": "^7.20.7",
"@faker-js/faker": "^7.6.0",
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/interaction": "^5.11.3",
"@fullcalendar/react": "^5.11.2",
Expand Down
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import { Routes, Route } from 'react-router-dom';
import { IntlProvider } from 'react-intl';
import { CustomProvider } from 'rsuite';
import enGB from 'rsuite/locales/en_GB';
import enUS from 'rsuite/locales/en_GB';
import locales from './locales';
import Frame from './components/Frame';
import DashboardPage from './pages/dashboard';
Expand All @@ -13,7 +13,7 @@ import { appNavs } from './config';
const App = () => {
return (
<IntlProvider locale="en" messages={locales.en}>
<CustomProvider locale={enGB}>
<CustomProvider locale={enUS}>
<Routes>
<Route path="/" element={<Frame navs={appNavs} />}>
<Route index element={<DashboardPage />} />
Expand Down
45 changes: 0 additions & 45 deletions src/components/RadioTile/RadioTile.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions src/components/RadioTile/index.tsx

This file was deleted.

52 changes: 0 additions & 52 deletions src/components/RadioTile/styles.less

This file was deleted.

91 changes: 0 additions & 91 deletions src/data/mock.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/images/charts/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
/* eslint-disable @typescript-eslint/no-var-requires */
export const { default: PVIcon } = require('./pv.svg');
export const { default: UVIcon } = require('./uv.svg');
export const { default: VVICon } = require('./vv.svg');
export const { default: StatsICon } = require('./statistics-svgrepo-com.svg');
69 changes: 0 additions & 69 deletions src/images/charts/pv.svg

This file was deleted.

Loading

0 comments on commit 88cdd7d

Please sign in to comment.