Skip to content

Commit

Permalink
fix prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Asvarox committed May 25, 2024
1 parent 138730c commit 8ed074a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import styled from '@emotion/styled';
import SwapHorizIcon from '@mui/icons-material/SwapHoriz';
import { GAME_MODE, SingSetup, SongPreview } from 'interfaces';
import { Button } from 'modules/Elements/Button';
import { nextIndex, nextValue, Switcher } from 'modules/Elements/Switcher';
import { Switcher, nextIndex, nextValue } from 'modules/Elements/Switcher';
import useKeyboardNav from 'modules/hooks/useKeyboardNav';
import isDev from 'modules/utils/isDev';
import createPersistedState from 'use-persisted-state';
Expand Down

0 comments on commit 8ed074a

Please sign in to comment.