refactor: update import path via root path
This commit is contained in:
parent
e1dc1dab32
commit
2f5c937104
@ -1,5 +1,5 @@
|
||||
import React from "react";
|
||||
import { vcn, VariantProps } from "../shared";
|
||||
import { vcn, VariantProps } from "@/shared";
|
||||
|
||||
const variants = 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