We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a981864 commit f47d059Copy full SHA for f47d059
site/src/components/FeatureBadge/FeatureBadge.stories.tsx
@@ -1,7 +1,7 @@
1
+import { useTheme } from "@emotion/react";
2
import type { Meta, StoryObj } from "@storybook/react";
-import { FeatureBadge } from "./FeatureBadge";
3
import { useState } from "react";
4
-import { useTheme } from "@emotion/react";
+import { FeatureBadge } from "./FeatureBadge";
5
6
const meta: Meta<typeof FeatureBadge> = {
7
title: "components/FeatureBadge",
site/src/components/FeatureBadge/FeatureBadge.tsx
@@ -10,7 +10,6 @@ import {
10
type HTMLAttributes,
11
type ReactNode,
12
} from "react";
13
-import tailwindColors from "theme/tailwindColors";
14
import { docs } from "utils/docs";
15
16
/**
0 commit comments