Skip to content

Commit 00106a3

Browse files
committed
fix(bubble): fix bubble css build
1 parent 80b45f1 commit 00106a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bubble/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { cva, type VariantProps } from "class-variance-authority";
2-
import "./tailwind.css";
2+
import "../tailwind.css";
33

44
import clsx from "clsx";
55
import type React from "react";

0 commit comments

Comments
 (0)