Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bielefeld-CeBiTec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2024 Competition
Bielefeld-CeBiTec
Commits
933969d1
Commit
933969d1
authored
8 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
.
parent
fb0baed5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#387971
failed
8 months ago
Stage: build
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package-lock.json
+0
-9615
0 additions, 9615 deletions
package-lock.json
src/App/App.tsx
+1
-7
1 addition, 7 deletions
src/App/App.tsx
with
1 addition
and
9622 deletions
package-lock.json
deleted
100644 → 0
+
0
−
9615
View file @
fb0baed5
This diff is collapsed.
Click to expand it.
src/App/App.tsx
+
1
−
7
View file @
933969d1
...
...
@@ -11,14 +11,8 @@ import { useEffect} from "react";
import
Villbuttonrow
from
"
../components/Villagebuttons.tsx
"
;
import
Sidebar
from
"
../components/Sidebar.tsx
"
;
import
"
../utils/highlight.js
"
;
/* import Sidebar from "../../components/Sidebar.tsx"; */
const
App
=
()
=>
{
/* // Dark Mode toggle
const [isDarkMode, setIsDarkMode] = useState(true);
useEffect(() => {
document.body.className = isDarkMode ? 'dark-mode' : '';
}, [isDarkMode]); */
const
pathMapping
=
getPathMapping
();
const
currentPath
=
...
...
@@ -37,7 +31,7 @@ const App = () => {
return
(
<>
{
/* Navigation */
}
<
Navbar
/* isDarkMode={isDarkMode} setIsDarkMode={setIsDarkMode} */
/>
<
Navbar
/>
{
/* Header and PageContent */
}
<
Routes
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment