Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySerfaty committed Feb 5, 2024
1 parent 321d0a7 commit 56e9a50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/simpleWebEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from 'react';
import { createRoot } from 'react-dom/client';
import Tiptap from './Tiptap';

// check
const container = document.getElementById('root');
const root = createRoot(container!);
root.render(<Tiptap />);

0 comments on commit 56e9a50

Please sign in to comment.