Fix build linter issues

This commit is contained in:
Charles Bochet
2023-12-12 23:19:29 +01:00
parent 08599f3d1c
commit 34b5bfc34f
4 changed files with 3 additions and 3 deletions

View File

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