style: fix import order and prettier formatting
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { useUnit } from 'effector-react'
|
||||
import { Snackbar, Alert, Stack, IconButton } from '@mui/material'
|
||||
import CloseIcon from '@mui/icons-material/Close'
|
||||
import { Snackbar, Alert, Stack, IconButton } from '@mui/material'
|
||||
import { useUnit } from 'effector-react'
|
||||
import { $notifications, dismissNotification as dismissNotificationEvent } from '../../model/notification'
|
||||
|
||||
export function NotificationStack() {
|
||||
|
||||
Reference in New Issue
Block a user