Revert "refactor: update import path via root path"
This reverts commit 2f5c93710444632319285729106b520d414b73d8.
This commit is contained in:
parent
ab162a706e
commit
376ccc724f
@ -1,5 +1,5 @@
|
||||
import React from "react";
|
||||
import { vcn, VariantProps } from "@/shared";
|
||||
import { vcn, VariantProps } from "../shared";
|
||||
|
||||
const [buttonVariants, resolveVariants] = vcn({
|
||||
base: "flex flex-row items-center justify-between rounded-md",
|
||||
|
@ -1,5 +1,5 @@
|
||||
import type { Meta, StoryObj } from "@storybook/react";
|
||||
import { Button } from "@/components/Button";
|
||||
import { Button } from "../components/Button";
|
||||
|
||||
const meta: Meta<typeof Button> = {
|
||||
component: Button,
|
||||
|
Loading…
x
Reference in New Issue
Block a user