Skip to content

Commit e3c7aa0

Browse files
committed
fix: added working demo
\
1 parent 9b122df commit e3c7aa0

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

apps/tiptap-extensions-demo/src/app/context/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
"use client";
22

33
import StarterKit from "@tiptap/starter-kit";
4-
import { ImageExtension, ImageAligner } from "@harshtalks/tiptap-image";
4+
import { ImageExtension, ImageAligner } from "@harshtalks/image-tiptap";
55
import Placeholder from "@tiptap/extension-placeholder";
66
import {
77
Slash,
88
SlashCmd,
99
SlashCmdProvider,
1010
createSuggestionsItems,
1111
enableKeyboardNavigation,
12-
} from "@harshtalks/tiptap-slash";
12+
} from "@harshtalks/slash-tiptap";
1313
import { EditorProvider } from "@tiptap/react";
1414
import Link from "next/link";
1515

apps/tiptap-extensions-demo/src/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
import { EditorContent, useEditor } from "@tiptap/react";
44
import StarterKit from "@tiptap/starter-kit";
5-
import { ImageExtension, ImageAligner } from "@harshtalks/tiptap-image";
5+
import { ImageExtension, ImageAligner } from "@harshtalks/image-tiptap";
66
import Placeholder from "@tiptap/extension-placeholder";
77
import {
88
Slash,
99
SlashCmd,
1010
SlashCmdProvider,
1111
createSuggestionsItems,
1212
enableKeyboardNavigation,
13-
} from "@harshtalks/tiptap-slash";
13+
} from "@harshtalks/slash-tiptap";
1414
import Link from "next/link";
1515

1616
const suggestions = createSuggestionsItems([

pnpm-lock.yaml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)