mirror of
https://github.com/TurTaskProject/TurTaskWeb.git
synced 2025-12-19 05:54:07 +01:00
fixing code readability.
This commit is contained in:
parent
0eaa99f9a9
commit
de3abcee06
@ -25,8 +25,10 @@ const App = () => {
|
||||
<Route path="/calendar" element={<Calendar />} />
|
||||
</Routes>
|
||||
</div>
|
||||
<IconSideNav /> {<KanbanBoard />}
|
||||
|
||||
<div>
|
||||
<IconSideNav /> {<KanbanBoard />}
|
||||
</div>
|
||||
|
||||
</BrowserRouter>
|
||||
);
|
||||
}
|
||||
|
||||
@ -2,7 +2,7 @@ import PlusIcon from "../icons/plusIcon"
|
||||
import { useMemo, useState } from "react";
|
||||
import ColumnContainer from "./columnContainer";
|
||||
import {
|
||||
DndContext,
|
||||
DndContext,
|
||||
DragOverlay,
|
||||
PointerSensor,
|
||||
useSensor,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user