From 6312f6c043de0bb99bda02eaf2b32a62cdf2da47 Mon Sep 17 00:00:00 2001 From: toshusai Date: Sun, 10 Mar 2024 23:30:00 +0900 Subject: [PATCH] docs: fix import path --- README.md | 2 +- src/README.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4125b52..c5b25b1 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ npm install @toshusai/cmpui ```tsx import { Button } from "cmpui"; -import "cmpui/dist/index.css"; +import "@toshusai/cmpui/dist/index.css"; export default function App() { return ( diff --git a/src/README.mdx b/src/README.mdx index 14dfa95..be80d0d 100644 --- a/src/README.mdx +++ b/src/README.mdx @@ -21,7 +21,7 @@ Import the component and the styles in your project