Skip to content

Commit

Permalink
Merge pull request #2178 from telerik/create-vite-app
Browse files Browse the repository at this point in the history
chore(kb): fix path to app.jsx
  • Loading branch information
bptodorova authored Apr 17, 2024
2 parents b0c494b + bc3c114 commit a154884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowledge-base/examples/editor/attach-events/main.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createRoot } from 'react-dom/client';
import App from './main.jsx'
import App from './app.jsx'

const root = createRoot(document.querySelector('my-app'));
root.render(<App />);

0 comments on commit a154884

Please sign in to comment.