mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-09-01 12:26:08 +08:00
fix: move audit folder
This commit is contained in:
parent
8670bc0bc4
commit
308bc9f3aa
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
import Model from '../core/Model'
|
||||
import Model from '../Model'
|
||||
|
||||
export default class Audit extends Model {
|
||||
project_id!: number
|
|
@ -1,5 +1,5 @@
|
|||
import { RequireAtLeastOne } from '../core/Types'
|
||||
import { deepDiff } from '../utilities'
|
||||
import { RequireAtLeastOne } from '../Types'
|
||||
import { deepDiff } from '../../utilities'
|
||||
import Audit, { Auditable } from './Audit'
|
||||
|
||||
type AuditParams = {
|
Loading…
Add table
Add a link
Reference in a new issue