chore: sort imports

This commit is contained in:
DarkSky
2022-08-13 03:16:26 +08:00
parent 5462b1707f
commit 754b2581cd
198 changed files with 839 additions and 917 deletions
-1
View File
@@ -1,4 +1,3 @@
import ColorObject from './color';
// import { ThemeOptions } from '@mui/material/styles';
/**
* @deprecated Please use the new {@link ThemeOptions} type.
+2 -2
View File
@@ -1,10 +1,10 @@
import type { PropsWithChildren, ReactNode } from 'react';
import type { ReactNode } from 'react';
// eslint-disable-next-line no-restricted-imports
import {
createTheme,
Theme as MuiTheme,
ThemeProvider as MuiThemeProvider,
useTheme as muiUseTheme,
Theme as MuiTheme,
} from '@mui/material/styles';
import type { ThemeOptions as AffineThemeOptions } from './theme';
import { Theme } from './theme';