diff --git a/apps/web/src/components/editor/tiptap.tsx b/apps/web/src/components/editor/tiptap.tsx index d1166493f..392946b5b 100644 --- a/apps/web/src/components/editor/tiptap.tsx +++ b/apps/web/src/components/editor/tiptap.tsx @@ -1,8 +1,10 @@ +import "notesnook-editor/styles/styles.css"; +import "notesnook-editor/styles/katex.min.css"; +import "notesnook-editor/styles/prism-theme.css"; import { Theme } from "@notesnook/theme"; import { useTheme } from "emotion-theming"; import { Toolbar, useTiptap, PortalProvider, Editor } from "notesnook-editor"; import { Box, Flex } from "rebass"; -import "notesnook-editor/dist/styles.css"; import { PropsWithChildren, useEffect, useRef, useState } from "react"; import useMobile from "../../utils/use-mobile"; import { Attachment } from "./picker";