first commit
This commit is contained in:
10
src/App.tsx
Normal file
10
src/App.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import OutlineList from "./components/OutlineItem";
|
||||
import { UndoRedoProvider } from "./components/UndoRedoContext";
|
||||
|
||||
export default function App() {
|
||||
return (
|
||||
<UndoRedoProvider>
|
||||
<OutlineList />
|
||||
</UndoRedoProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user