Remove usage of ContainerModel rather than IContainerModel
This commit is contained in:
parent
1116185b9f
commit
a8723ffd27
6 changed files with 23 additions and 25 deletions
|
@ -1,4 +1,4 @@
|
|||
import React, { Dispatch, SetStateAction, useCallback, useContext, useEffect, useRef, useState } from 'react';
|
||||
import React, { Dispatch, SetStateAction, useContext, useEffect, useRef, useState } from 'react';
|
||||
import { UseCustomEvents } from '../../Events/AppEvents';
|
||||
import { MainMenu } from '../MainMenu/MainMenu';
|
||||
import { ContainerModel, IContainerModel } from '../../Interfaces/IContainerModel';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue