Skip to content

Commit 85942c9

Browse files
committedJul 22, 2024
Move styles to src folder
1 parent 76d3b59 commit 85942c9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import type { Caido } from "@caido/sdk-frontend";
22

33
import type { PluginStorage } from "./types";
44

5+
import "./styles/script.css";
6+
57
const Page = "/my-plugin" as const;
68
const Commands = {
79
increment: "my-plugin.increment",
File renamed without changes.

0 commit comments

Comments
 (0)