Skip to content

Commit bef89ba

Browse files
fix: lint
1 parent 080a9f8 commit bef89ba

File tree

1 file changed

+1
-5
lines changed
  • examples/clients/vue/vue-app/src

1 file changed

+1
-5
lines changed

examples/clients/vue/vue-app/src/App.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
<script setup lang="ts">
22
import { ref, onMounted, watch, toRaw, reactive } from "vue";
33
import { dojoConfig } from "../dojoConfig.ts";
4-
import {
5-
createAccount,
6-
getAccount,
7-
useComponentValue,
8-
} from "./utils";
4+
import { createAccount, getAccount, useComponentValue } from "./utils";
95
import { Entity } from "@dojoengine/recs";
106
import { getEntityIdFromKeys } from "@dojoengine/utils";
117
import { setup } from "./dojo/setup.ts";

0 commit comments

Comments
 (0)