move constants
This commit is contained in:
parent
4a50e6aae2
commit
041a1a4cc0
22 changed files with 21 additions and 21 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import AbstractModel from './abstractModel'
|
||||
import {RIGHTS, type Right} from '@/models/constants/rights'
|
||||
import {RIGHTS, type Right} from '@/constants/rights'
|
||||
import type { ITeam } from './team'
|
||||
|
||||
export interface ITeamShareBase extends AbstractModel {
|
||||
|
|
|
|||
Reference in a new issue