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