Skip to content

Commit

Permalink
merged with main
Browse files Browse the repository at this point in the history
  • Loading branch information
khankamolk committed Nov 4, 2024
1 parent b107e05 commit fbcaf7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, { useState } from 'react';
import "./App.css";
import Kanban from "./app/Kanban/Kanban"
import SetUpPage from "./components/SetUpPage"
import SemesterBlock from "./components/SemesterBlock"

Expand All @@ -8,7 +9,7 @@ function App() {
return (
<>
{/* <SetUpPage></SetUpPage> */}
<SemesterBlock selectedYear={2021}></SemesterBlock>
<Kanban />
</>
);
}
Expand Down

0 comments on commit fbcaf7b

Please sign in to comment.