Skip to content

Commit

Permalink
revert mobile addition to FAQs
Browse files Browse the repository at this point in the history
  • Loading branch information
codeincontext committed Dec 9, 2024
1 parent 402b3c4 commit f0a6e54
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/nextjs/src/app/faqs/index.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
import type { Meta, StoryObj } from "@storybook/react";

import { FAQPageContent } from ".";
import { CHROMATIC_ALL_VIEWPORTS_COMPAT } from "../../../.storybook/chromatic";

const meta: Meta<typeof FAQPageContent> = {
title: "Pages/FAQs",
component: FAQPageContent,
parameters: {
...CHROMATIC_ALL_VIEWPORTS_COMPAT,
},
};

export default meta;
Expand Down

0 comments on commit f0a6e54

Please sign in to comment.