fix: remove redundant aliases
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
</div>
|
||||
</template>
|
||||
<script setup>
|
||||
import EventSummary from "@/components/datepicker/EventSummary";
|
||||
import EventDetail from "@/components/datepicker/EventDetail";
|
||||
import EventSummary from "~/components/datepicker/EventSummary";
|
||||
import EventDetail from "~/components/datepicker/EventDetail";
|
||||
</script>
|
||||
<script>
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user