Skip to content

Commit

Permalink
Small import fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyckoka committed Aug 6, 2024
1 parent eaeeb39 commit 6976002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import ComputeRadialLayout from './Pages/Project/Compute/TreeView/ComputeRadialL
import ComputeRectangularLayout
from './Pages/Project/Compute/TreeView/ComputeRectangularLayout/ComputeRectangularLayout'
import Workflow from "./Pages/Project/Workflow/Workflow";
import {useLoggedIn} from "./Session/Session";
import HOME = WebUiUris.HOME;
import ABOUT = WebUiUris.ABOUT;
import NEWS = WebUiUris.NEWS;
Expand Down

0 comments on commit 6976002

Please sign in to comment.