Skip to content

Commit

Permalink
fix import external packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kewcoder committed Nov 14, 2023
1 parent 7d4fec1 commit 89866bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@orchidui-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orchidui/vue",
"version": "0.1.126",
"version": "0.1.127",
"type": "module",
"scripts": {
"build": "vite build",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup>
import { Dropdown, Input } from "@/orchidui";
import { ComplexCalendar } from "@/orchidui/ComplexCalendar";
import { ComplexCalendar } from "../../ComplexCalendar";
import { ref } from "vue";
import dayjs from "dayjs";
Expand Down

0 comments on commit 89866bf

Please sign in to comment.