mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 03:26:47 +08:00
chore: sort imports
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import React, { forwardRef, useImperativeHandle } from 'react';
|
||||
import { forwardRef, useImperativeHandle } from 'react';
|
||||
|
||||
import {
|
||||
SnackbarProvider,
|
||||
useSnackbar,
|
||||
type SnackbarProviderProps,
|
||||
type OptionsObject,
|
||||
type SnackbarMessage,
|
||||
type SnackbarKey,
|
||||
type SnackbarMessage,
|
||||
type SnackbarProviderProps,
|
||||
} from 'notistack';
|
||||
import { createRoot } from 'react-dom/client';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user