import { Story } from "@storybook/react"; import CookieConsent from "../../src"; import { Intro } from "./intro"; export const DefaultTemplate: Story = (args) => ( <> This website uses cookies to enhance the user experience. This bit of text is smaller :O );