File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import type { Meta , StoryObj } from "@storybook/react" ;
2
+ import { docs } from "utils/docs" ;
2
3
import {
3
4
SettingsHeader ,
4
5
SettingsHeaderDescription ,
5
6
SettingsHeaderDocsLink ,
6
7
SettingsHeaderTitle ,
7
8
} from "./SettingsHeader" ;
8
- import { docs } from "utils/docs" ;
9
9
10
10
const meta : Meta < typeof SettingsHeader > = {
11
11
title : "components/SettingsHeader" ,
Original file line number Diff line number Diff line change 1
- import { cva , type VariantProps } from "class-variance-authority" ;
1
+ import { type VariantProps , cva } from "class-variance-authority" ;
2
2
import { Button } from "components/Button/Button" ;
3
3
import { SquareArrowOutUpRightIcon } from "lucide-react" ;
4
4
import type { FC , PropsWithChildren , ReactNode } from "react" ;
You can’t perform that action at this time.
0 commit comments