fix(notebook): css for checkboxes not working (#2570)
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
import dynamic from "next/dynamic";
|
||||
|
||||
import "@mantine/tiptap/styles.css";
|
||||
|
||||
import type { WidgetComponentProps } from "../definition";
|
||||
|
||||
const Notebook = dynamic(() => import("./notebook").then((module) => module.Notebook), {
|
||||
|
||||
Reference in New Issue
Block a user