fix: move audit folder

This commit is contained in:
Chris Anderson 2025-07-25 21:56:18 -05:00
parent 8670bc0bc4
commit 308bc9f3aa
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
import Model from '../core/Model'
import Model from '../Model'
export default class Audit extends Model {
project_id!: number

View file

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