change import name

This commit is contained in:
kandrusyak
2023-01-16 11:31:58 +03:00
parent a3eb7c9774
commit d1fa1118f1

View File

@@ -9,7 +9,7 @@ import "./assets/css/iconfonts.css";
import { clientsServer } from "../server.js"; import { clientsServer } from "../server.js";
import { clickOutside } from "@/shared/clickOutside"; import { clickOutside } from "@/shared/clickOutside";
import store from "./store"; import store from "./store";
import { install } from "astra-ui"; import { install } from "dop-astra-ui";
const AstraUI = { install }; const AstraUI = { install };