Fix build linter issues

This commit is contained in:
Charles Bochet
2023-12-12 23:18:16 +01:00
parent 2496431703
commit 08599f3d1c
18 changed files with 78 additions and 63 deletions

View File

@ -1,4 +1,4 @@
import { Account } from '@/accounts/types/Account';
import { Account } from '@/accounts/interface/Account';
export const mockedAccounts: Account[] = [
{ email: 'thomas@twenty.com', uuid: '0794b782-f52e-48c3-977e-b0f57f90de24' },