Client - refactor store interfaces (move w/ types)

This commit is contained in:
Sam
2021-08-22 20:38:22 +02:00
parent 3b8ac44433
commit cac9607489
23 changed files with 124 additions and 127 deletions

View File

@@ -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 = {