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
ad616978
Commit
ad616978
authored
4 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
import fix
parent
be59eef9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#531592
passed
4 months ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
src/contents/example.tsx
+1
-1
1 addition, 1 deletion
src/contents/example.tsx
with
2 additions
and
1 deletion
.gitignore
+
1
−
0
View file @
ad616978
...
...
@@ -18,3 +18,4 @@ code/test.bib
.DS_Store
code/test file gitignore.txt
src/.DS_Store
vite.config.js.timestamp-1732367750130-6d00136194c2.mjs
This diff is collapsed.
Click to expand it.
src/contents/example.tsx
+
1
−
1
View file @
ad616978
...
...
@@ -10,7 +10,7 @@ import React from 'react';
import
{
Bar
,
Doughnut
,
PolarArea
}
from
'
react-chartjs-2
'
;
import
{
Chart
as
ChartJS
,
Tooltip
,
Legend
,
BarElement
,
CategoryScale
,
LinearScale
,
Title
,
RadialLinearScale
}
from
'
chart.js
'
;
/* import ProteinViewer from '../components/Fanzorviewer.tsx'; */
import
{
useTabNavigation
}
from
"
../utils/TabNavigation
.tsx
"
;
import
{
useTabNavigation
}
from
"
../utils/TabNavigation
"
;
ChartJS
.
register
(
...
...
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