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
1df9f171
Commit
1df9f171
authored
6 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
aufräumen
parent
a25a8153
No related branches found
No related tags found
No related merge requests found
Pipeline
#417509
passed
6 months ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/components/Event.tsx
+1
-1
1 addition, 1 deletion
src/components/Event.tsx
src/components/ImageEvent.tsx
+1
-1
1 addition, 1 deletion
src/components/ImageEvent.tsx
src/utils/classNames.ts
+0
-0
0 additions, 0 deletions
src/utils/classNames.ts
with
2 additions
and
2 deletions
src/components/Event.tsx
+
1
−
1
View file @
1df9f171
import
React
from
'
react
'
;
import
Card
from
'
./Card
'
;
import
{
joinClassNames
}
from
'
./classNames
'
;
import
{
joinClassNames
}
from
'
.
./utils
/classNames
'
;
interface
EventProps
{
...
...
This diff is collapsed.
Click to expand it.
src/components/ImageEvent.tsx
+
1
−
1
View file @
1df9f171
import
React
from
'
react
'
;
import
Event
from
'
./Event
'
;
import
{
joinClassNames
}
from
'
./classNames
'
;
import
{
joinClassNames
}
from
'
.
./utils
/classNames
'
;
export
function
ImageAtom
({
src
,
alt
}:{
src
:
string
,
alt
:
string
})
{
...
...
This diff is collapsed.
Click to expand it.
src/
component
s/classNames.ts
x
→
src/
util
s/classNames.ts
+
0
−
0
View file @
1df9f171
File moved
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