We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959a73a commit 085fdfcCopy full SHA for 085fdfc
services/frontend/apps/admin-app/src/App.vue
@@ -1,8 +1,8 @@
1
<script lang="ts" setup>
2
+ import { RouterView } from "vue-router";
3
import { NavigationContainer, OnyxIcon } from "@shared/ui";
-import { iconArrowSmallUpRightTop } from "@sit-onyx/icons";
4
import { useI18n } from "vue-i18n";
5
-import { RouterView } from "vue-router";
+import { iconArrowSmallUpRightTop } from "@sit-onyx/icons";
6
7
const { t } = useI18n();
8
const chatURL = import.meta.env.VITE_CHAT_URL;
services/frontend/apps/admin-app/vite.config.mts
services/frontend/apps/chat-app/vite.config.mts
0 commit comments