Skip to content

Commit 5d5884a

Browse files
chore: move updated buttons to tailwind directory
1 parent 1b629e1 commit 5d5884a

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/components/ui/__stories__/Button.stories.tsx renamed to tailwind/ui/__stories__/Button.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import type { Meta, StoryObj } from "@storybook/react"
33

44
import Translation from "@/components/Translation"
55

6+
import { HStack, VStack } from "../../../src/components/ui/flex"
67
import { Button, type ButtonVariantProps } from "../buttons/Button"
78
import { ButtonLink } from "../buttons/Button"
8-
import { HStack, VStack } from "../flex"
99

1010
const meta = {
1111
title: "Atoms / Form / ShadCn Buttons",
File renamed without changes.

src/components/ui/buttons/ButtonTwoLines.tsx renamed to tailwind/ui/buttons/ButtonTwoLines.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { IconType } from "react-icons/lib"
22

33
import { cn } from "@/lib/utils/cn"
44

5-
import { Stack } from "../flex"
5+
import { Stack } from "../../../src/components/ui/flex"
66

77
import {
88
Button,

0 commit comments

Comments
 (0)