Skip to content

Commit

Permalink
removed unused import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
peucastro committed Jan 26, 2025
1 parent 1591446 commit dadf90b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/(app)/user/[id]/page.stories.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { userEvent, within } from '@storybook/testing-library';
import { http, HttpResponse } from 'msw';
import type { TeamMember } from '@/types/team-member';
import Layout from '../../+layout.svelte';
import Page from './+page.svelte';
import LayoutDecorator from '@/lib/storybook-utils/layout-decorator.svelte';
Expand Down

0 comments on commit dadf90b

Please sign in to comment.