1
0
Fork 1
mirror of https://example.com synced 2024-11-27 02:36:39 +09:00

Remove unnecessary imports

This commit is contained in:
naskya 2023-07-08 21:21:16 +00:00
parent ac9774c1e6
commit 2f4f3a3e02
Signed by: naskya
GPG key ID: 164DFF24E2D40139

View file

@ -19,7 +19,6 @@
import { shallowRef } from "vue";
import MkModal from "@/components/MkModal.vue";
import MkButton from "@/components/MkButton.vue";
import { version } from "@/config";
import { i18n } from "@/i18n";
import * as os from "@/os";
@ -45,23 +44,10 @@ const checkAnnouncements = () => {
.title {
font-weight: bold;
}
.version {
margin: 1em 0;
}
.image {
max-width: 500px;
margin: 0;
}
.gotIt {
margin: 8px 0 0 0;
}
.releaseNotes {
> img {
border-radius: 10px;
}
}
</style>