DONE: renaming case sensitive for box
Build Docker Image / build-backend (push) Successful in 9s
Build Docker Image / build-frontend (push) Successful in 1m57s

This commit is contained in:
ISMAIL MASSERAN
2026-06-30 11:44:40 +08:00
parent 9bc0d54ef4
commit e958da316e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
export { default as Box } from "./Box.vue"; export { default as Box } from "./box.vue";
+2 -2
View File
@@ -45,7 +45,7 @@ import {
<SectionContent> <SectionContent>
Copy and paste the following code into your project. Copy and paste the following code into your project.
</SectionContent> </SectionContent>
<PreviewCode title="components/ui/box/Box.vue"> <PreviewCode title="components/ui/box/box.vue">
{{ ` {{ `
<script lang="ts" setup> <script lang="ts" setup>
import { cn } from "@mykopkb/core/utils/cn"; import { cn } from "@mykopkb/core/utils/cn";
@@ -80,7 +80,7 @@ const {
</PreviewCode> </PreviewCode>
<PreviewCode title="components/ui/box/index.ts"> <PreviewCode title="components/ui/box/index.ts">
{{ ` {{ `
export { default as Box } from "./Box.vue"; export { default as Box } from "./box.vue";
` }} ` }}
</PreviewCode> </PreviewCode>
<SectionContent> <SectionContent>