Move event types to constants
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { StorageManager } from '@mui/material/styles';
|
||||
|
||||
import Events, { type Event } from 'utils/events';
|
||||
import { EventType } from 'types/eventType';
|
||||
import { EventType } from 'constants/eventType';
|
||||
|
||||
/**
|
||||
* A custom MUI StorageManager.
|
||||
|
||||
Reference in New Issue
Block a user