Skip to content
Snippets Groups Projects
Commit acd16c03 authored by danieldeng2's avatar danieldeng2
Browse files

Refactor components to index.tsx

parent 0ae38adf
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@ import React from "react";
import "./App.scss";
import ExamplePage from "./templates/ExamplePage";
import TopBar from "./organisms/TopBar/TopBar";
import BottomBar from "./organisms/BottomBar/BottomBar";
import TopBar from "./organisms/TopBar";
import BottomBar from "./organisms/BottomBar";
import { Redirect, Switch, Route } from "react-router-dom";
import {
faBookOpen,
......@@ -11,7 +11,7 @@ import {
faCalendarWeek,
faChalkboardTeacher,
} from "@fortawesome/free-solid-svg-icons";
import LeftBar from "./organisms/LeftBar/LeftBar";
import LeftBar from "./organisms/LeftBar";
const App: React.FC = () => {
const horizontalBarPages = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment