Skip to content

Commit

Permalink
Merge pull request #2180 from telerik/create-vite-app
Browse files Browse the repository at this point in the history
chore(kb): add missing import
  • Loading branch information
bptodorova authored Apr 17, 2024
2 parents a154884 + 30513b2 commit 19d4716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions knowledge-base/examples/editor/attach-events/main.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import * as React from 'react';
import { createRoot } from 'react-dom/client';
import App from './app.jsx'

Expand Down

0 comments on commit 19d4716

Please sign in to comment.