Skip to content
Snippets Groups Projects
Commit e01d4f05 authored by Sreeram, Sudarshan's avatar Sreeram, Sudarshan :carrot:
Browse files

Remove conflict marker in timeline's index.tsx

parent f32dc6c1
No related branches found
No related tags found
No related merge requests found
...@@ -2,11 +2,8 @@ import React from "react"; ...@@ -2,11 +2,8 @@ import React from "react";
import MyBreadcrumbs from "components/atoms/MyBreadcrumbs"; import MyBreadcrumbs from "components/atoms/MyBreadcrumbs";
import styles from "./style.module.scss"; import styles from "./style.module.scss";
import TermSwitcher from "./components/TermSwitcher"; import TermSwitcher from "./components/TermSwitcher";
<<<<<<< Updated upstream
import ModuleHeading from "./components/ModuleHeading"; import ModuleHeading from "./components/ModuleHeading";
=======
import WeekHeading from "./components/WeekHeading"; import WeekHeading from "./components/WeekHeading";
>>>>>>> Stashed changes
interface TimelineProps { interface TimelineProps {
initSideBar: () => void; initSideBar: () => void;
......
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