Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[frontend] fix import
  • Loading branch information
guillaumejparis committed Oct 29, 2024
commit b0e80bab2bb9a726faf44317a7d87aeee750dba6
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useTheme } from '@mui/styles';
import R from 'ramda';
import * as R from 'ramda';

import type { TeamStore } from '../../../../../actions/teams/Team';
import type { Theme } from '../../../../../components/Theme';
Expand Down