This commit is contained in:
Andras Schmelczer 2024-12-19 21:23:29 +00:00
parent 4df62cf9fb
commit 997bc170a5
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,7 @@
import { Editor, MarkdownView, Plugin, WorkspaceLeaf } from "obsidian";
import "./styles.css";
import * as lib from "../../backend/sync_lib/pkg/sync_lib.js";
import * as wasmBin from "../../backend/sync_lib/pkg/sync_lib_bg.wasm";
import { SyncSettingsTab } from "./views/settings-tab";

View file

@ -6,3 +6,7 @@ available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
main {
background-color: brown;
}