Skip to content

Commit

Permalink
fixup! fixup! 🚚(frontend) reorganize mail domains feature
Browse files Browse the repository at this point in the history
  • Loading branch information
daproclaima committed Sep 30, 2024
1 parent 4fbe326 commit d29c3ae
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { useMutation } from '@tanstack/react-query';
import { render, screen, waitFor } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import fetchMock from 'fetch-mock';

import { AppWrapper } from '@/tests/utils';

import { MailDomain } from '../../types';
import { MailDomain } from '../../../domains/types';
import { ModalCreateMailbox } from '../ModalCreateMailbox';

const mockMailDomain: MailDomain = {
Expand Down

0 comments on commit d29c3ae

Please sign in to comment.