Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pseuco
concurrent-programming-web
Commits
c351bd82
Verified
Commit
c351bd82
authored
Nov 17, 2022
by
Felix Freiberger
Browse files
Eliminated warning
parent
f4d9ff23
Pipeline
#36302
passed with stages
in 3 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ts/ui/fileEdit/fileEditUi/actionManager/actions/dataRaces/DataRace.tsx
View file @
c351bd82
import
React
,
{
useContext
,
useEffect
,
useState
}
from
"
react
"
;
import
React
,
{
useContext
,
useState
}
from
"
react
"
;
import
{
Alert
,
Button
,
Form
,
Modal
}
from
"
react-bootstrap
"
;
import
{
connect
,
connections
}
from
"
../../../../../util/janiConnection/janiConnection
"
;
import
{
JANIConnection
}
from
"
../../../../../util/janiConnection/janiConnectionTypes
"
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment