aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/components/NoFunAllowed.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/components/NoFunAllowed.tsx')
-rw-r--r--src/frontend/components/NoFunAllowed.tsx7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/frontend/components/NoFunAllowed.tsx b/src/frontend/components/NoFunAllowed.tsx
index 9f5c5f5..249bcbf 100644
--- a/src/frontend/components/NoFunAllowed.tsx
+++ b/src/frontend/components/NoFunAllowed.tsx
@@ -1,7 +1,4 @@
-// @jsxImportSource xeact
-// @jsxRuntime automatic
-
-import { c } from "xeact";
+import { c } from "@xeserv/xeact";
const onclick = () => {
Array.from(c("xeblog-slides-fluff")).forEach((el) =>
@@ -13,7 +10,7 @@ export default function NoFunAllowed() {
const button = (
<button
class=""
- onclick={() => onclick()}
+ onClick={() => onclick()}
>
No fun allowed
</button>