Skip to content

Commit f47d059

Browse files
committed
fix: sort imports
1 parent a981864 commit f47d059

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

site/src/components/FeatureBadge/FeatureBadge.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import { useTheme } from "@emotion/react";
12
import type { Meta, StoryObj } from "@storybook/react";
2-
import { FeatureBadge } from "./FeatureBadge";
33
import { useState } from "react";
4-
import { useTheme } from "@emotion/react";
4+
import { FeatureBadge } from "./FeatureBadge";
55

66
const meta: Meta<typeof FeatureBadge> = {
77
title: "components/FeatureBadge",

site/src/components/FeatureBadge/FeatureBadge.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
type HTMLAttributes,
1111
type ReactNode,
1212
} from "react";
13-
import tailwindColors from "theme/tailwindColors";
1413
import { docs } from "utils/docs";
1514

1615
/**

0 commit comments

Comments
 (0)