Skip to content

Commit

Permalink
fix: eslint import order error
Browse files Browse the repository at this point in the history
  • Loading branch information
NWYLZW committed Aug 11, 2023
1 parent 293cc5d commit fd2033c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ import {
QuickAccessContext
} from '@power-playground/core'

import PP from '../PP.svg'

import { I18N } from './components/I18N.tsx'
import { ThemeSwitcher } from './components/ThemeSwitcher.tsx'

import PP from '../PP.svg'

const plugins = import.meta
.glob([
'./plugins/*.ts*',
Expand Down

0 comments on commit fd2033c

Please sign in to comment.