aboutsummaryrefslogtreecommitdiff
path: root/apps/storybook/index.html
diff options
context:
space:
mode:
authorPauline <git@ethanlibs.co>2023-10-15 01:01:28 -0400
committerPauline <git@ethanlibs.co>2023-10-15 01:01:28 -0400
commit5b04166cd02bd7a7aa18e586fff75911d53011b6 (patch)
tree5d05b335d8cb9d99d93e538b3029ac12fdab2a16 /apps/storybook/index.html
parent2582162cea2b3a59cd21c78f8b73cb03d0acad40 (diff)
downloadNexus-5b04166cd02bd7a7aa18e586fff75911d53011b6.tar.gz
Nexus-5b04166cd02bd7a7aa18e586fff75911d53011b6.tar.bz2
Nexus-5b04166cd02bd7a7aa18e586fff75911d53011b6.zip
feature(storybook) init storybook framework
Diffstat (limited to 'apps/storybook/index.html')
-rw-r--r--apps/storybook/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/storybook/index.html b/apps/storybook/index.html
new file mode 100644
index 0000000..abcdd48
--- /dev/null
+++ b/apps/storybook/index.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <link rel="icon" type="image/svg+xml" href="/vite.svg" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>Nexus Storybook</title>
+ </head>
+ <body>
+ <div id="root"></div>
+ <script type="module" src="/src/main.tsx"></script>
+ </body>
+</html>