move constants
This commit is contained in:
parent
4a50e6aae2
commit
041a1a4cc0
22 changed files with 21 additions and 21 deletions
|
|
@ -3,7 +3,7 @@ import type {Method} from 'axios'
|
|||
|
||||
import {objectToSnakeCase} from '@/helpers/case'
|
||||
import AbstractModel, { type IAbstract } from '@/models/abstractModel'
|
||||
import type { Right } from '@/models/constants/rights'
|
||||
import type { Right } from '@/constants/rights'
|
||||
import type { IFile } from '@/models/file'
|
||||
|
||||
interface Paths {
|
||||
|
|
|
|||
Reference in a new issue