DONE: renaming case sensitive for box
This commit is contained in:
@@ -1 +1 @@
|
||||
export { default as Box } from "./Box.vue";
|
||||
export { default as Box } from "./box.vue";
|
||||
|
||||
@@ -45,7 +45,7 @@ import {
|
||||
<SectionContent>
|
||||
Copy and paste the following code into your project.
|
||||
</SectionContent>
|
||||
<PreviewCode title="components/ui/box/Box.vue">
|
||||
<PreviewCode title="components/ui/box/box.vue">
|
||||
{{ `
|
||||
<script lang="ts" setup>
|
||||
import { cn } from "@mykopkb/core/utils/cn";
|
||||
@@ -80,7 +80,7 @@ const {
|
||||
</PreviewCode>
|
||||
<PreviewCode title="components/ui/box/index.ts">
|
||||
{{ `
|
||||
export { default as Box } from "./Box.vue";
|
||||
export { default as Box } from "./box.vue";
|
||||
` }}
|
||||
</PreviewCode>
|
||||
<SectionContent>
|
||||
|
||||
Reference in New Issue
Block a user