Skip to content

Commit

Permalink
feat(blockquote): fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
PixeledCode committed Nov 22, 2024
1 parent c48695b commit 97a3257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type { StoryFn } from "@storybook/react";
import { Box } from "@twilio-paste/box";
import * as React from "react";

import { CustomizationProvider } from "@twilio-paste/customization";
import { useTheme } from "@twilio-paste/theme";
import * as React from "react";

import { Blockquote, BlockquoteContent, BlockquoteSource } from "../src";

// eslint-disable-next-line import/no-default-export
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Array [
"AuthenticationIcon",
"AutomaticUpdatesIcon",
"AvailableIcon",
"BlockquoteIcon",
"BoldIcon",
"BuildIcon",
"BuiltInIcon",
Expand Down

0 comments on commit 97a3257

Please sign in to comment.