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"; ...@@ -2,8 +2,8 @@ import React from "react";
import "./App.scss"; import "./App.scss";
import ExamplePage from "./templates/ExamplePage"; import ExamplePage from "./templates/ExamplePage";
import TopBar from "./organisms/TopBar/TopBar"; import TopBar from "./organisms/TopBar";
import BottomBar from "./organisms/BottomBar/BottomBar"; import BottomBar from "./organisms/BottomBar";
import { Redirect, Switch, Route } from "react-router-dom"; import { Redirect, Switch, Route } from "react-router-dom";
import { import {
faBookOpen, faBookOpen,
...@@ -11,7 +11,7 @@ import { ...@@ -11,7 +11,7 @@ import {
faCalendarWeek, faCalendarWeek,
faChalkboardTeacher, faChalkboardTeacher,
} from "@fortawesome/free-solid-svg-icons"; } from "@fortawesome/free-solid-svg-icons";
import LeftBar from "./organisms/LeftBar/LeftBar"; import LeftBar from "./organisms/LeftBar";
const App: React.FC = () => { const App: React.FC = () => {
const horizontalBarPages = [ const horizontalBarPages = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment