fix: broken build
This commit is contained in:
@@ -10,7 +10,7 @@ const fluxOutputBlock = createFluxOutputBlock()
|
||||
export const logosSchema = BlockNoteSchema.create({
|
||||
blockSpecs: {
|
||||
...defaultBlockSpecs,
|
||||
fluxOutput: fluxOutputBlock(),
|
||||
fluxOutput: fluxOutputBlock,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
@import "shadcn/dist/tailwind.css";
|
||||
@import "@blocknote/core/fonts/inter.css";
|
||||
@import "@blocknote/shadcn/style.css";
|
||||
|
||||
@tailwind base;
|
||||
|
||||
Reference in New Issue
Block a user