diff --git a/src/App.tsx b/src/App.tsx
index 259169d..54888f2 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -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"
@@ -8,7 +9,7 @@ function App() {
return (
<>
{/* */}
-
+
>
);
}