Skip to content

Commit

Permalink
Update packages/core/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong authored May 28, 2024
1 parent caf16ae commit dfeeb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const TextComponent = ({ text }) => {
Heck, the entire UI of your page editor is built using just React.
```jsx
import React from "react";
import { Editor, Frame, Selector } from "@craftjs/core";
import { Editor, Frame, Element } from "@craftjs/core";
const App = () => {
return (
<div>
Expand Down

0 comments on commit dfeeb40

Please sign in to comment.