fix
This commit is contained in:
@ -11,7 +11,6 @@ import Avatars from "./pages/UiElements/Avatars";
|
||||
import Buttons from "./pages/UiElements/Buttons";
|
||||
import LineChart from "./pages/Charts/LineChart";
|
||||
import BarChart from "./pages/Charts/BarChart";
|
||||
import Calendar from "./pages/Calendar";
|
||||
import BasicTables from "./pages/Tables/BasicTables";
|
||||
import FormElements from "./pages/Forms/FormElements";
|
||||
import Blank from "./pages/Blank";
|
||||
@ -31,7 +30,6 @@ export default function App() {
|
||||
|
||||
{/* Others Page */}
|
||||
<Route path="/profile" element={<UserProfiles />} />
|
||||
<Route path="/calendar" element={<Calendar />} />
|
||||
<Route path="/blank" element={<Blank />} />
|
||||
|
||||
{/* Forms */}
|
||||
@ -46,7 +44,6 @@ export default function App() {
|
||||
<Route path="/badge" element={<Badges />} />
|
||||
<Route path="/buttons" element={<Buttons />} />
|
||||
<Route path="/images" element={<Images />} />
|
||||
<Route path="/videos" element={<Videos />} />
|
||||
|
||||
{/* Charts */}
|
||||
<Route path="/line-chart" element={<LineChart />} />
|
||||
|
||||
Reference in New Issue
Block a user