Fix CSS import
This commit is contained in:
parent
ba060cf770
commit
fa42a1553c
2 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import "./sync-status.scss";
|
import "./status-bar.scss";
|
||||||
|
|
||||||
import type { HistoryStats, SyncClient } from "sync-client";
|
import type { HistoryStats, SyncClient } from "sync-client";
|
||||||
import type VaultLinkPlugin from "../../vault-link-plugin";
|
import type VaultLinkPlugin from "../../vault-link-plugin";
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
import "./status-description.scss";
|
||||||
|
|
||||||
import type {
|
import type {
|
||||||
HistoryStats,
|
HistoryStats,
|
||||||
CheckConnectionResult,
|
CheckConnectionResult,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue