diff --git a/open-isle-cli/src/main.js b/open-isle-cli/src/main.js index 8d163fc10..e0f79b3bc 100644 --- a/open-isle-cli/src/main.js +++ b/open-isle-cli/src/main.js @@ -7,7 +7,6 @@ import 'vue-toastification/dist/index.css' import './assets/toast.css' // Use Sugar theme from vue-toast-notification for better toast styling. // If you prefer Bootstrap style, replace with theme-bootstrap.css instead. -import 'vue-toast-notification/dist/theme-sugar.css' import { useToast } from 'vue-toastification' import { checkToken, clearToken } from './utils/auth' import { initTheme } from './utils/theme'