Client - refactor types
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { IRootState, IApplication } from '@/store/modules/root/interfaces'
|
||||
import { IRootState } from '@/store/modules/root/interfaces'
|
||||
import { IApplication } from '@/types/application'
|
||||
|
||||
export const state: IRootState = {
|
||||
root: true,
|
||||
|
||||
Reference in New Issue
Block a user