Fix CSS import

This commit is contained in:
Andras Schmelczer 2025-03-27 21:41:04 +00:00
parent ba060cf770
commit fa42a1553c
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
import "./sync-status.scss";
import "./status-bar.scss";
import type { HistoryStats, SyncClient } from "sync-client";
import type VaultLinkPlugin from "../../vault-link-plugin";

View file

@ -1,3 +1,5 @@
import "./status-description.scss";
import type {
HistoryStats,
CheckConnectionResult,