Skip to content

Commit

Permalink
chore: removing duplicated import
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Nov 5, 2024
1 parent 22ed6cb commit b984e1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/__test__/components/MyProfile.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import React from 'react';
import { render, act, waitFor, fireEvent, screen } from '@testing-library/react';
import { describe, expect, it, vi } from 'vitest';
import MyProfile from '../../components/MyProfile';
Expand Down

0 comments on commit b984e1a

Please sign in to comment.