Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
gnomadic committed Oct 17, 2024
1 parent a557c62 commit 9f38a33
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import ProjectDisplayGrid from "./ProjectDisplayGrid";
import { activeProjects } from "@/types/QueryFilters/rounds/QueryFilters";
import { QueryClient } from "@tanstack/react-query";
import { QueryClientProvider } from "@tanstack/react-query";
import { undefinedArrayHandler, undefinedHandler } from "@/mocks/handlers";

const meta = {
title: "Components/ProjectDisplayGrid",
Expand Down Expand Up @@ -35,11 +34,3 @@ export default meta;
type Story = StoryObj<typeof ProjectDisplayGrid>;

export const Default: Story = {};

// export const Loading: Story = {
// parameters: {
// msw: {
// handlers: [undefinedArrayHandler],
// },
// },
// };

0 comments on commit 9f38a33

Please sign in to comment.