first commit
This commit is contained in:
11
packages/blocks/playground/src/main.tsx
Normal file
11
packages/blocks/playground/src/main.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { StrictMode } from "react";
|
||||
import { createRoot } from "react-dom/client";
|
||||
|
||||
import "./styles.css";
|
||||
import { Playground } from "./Playground";
|
||||
|
||||
createRoot(document.getElementById("root")!).render(
|
||||
<StrictMode>
|
||||
<Playground />
|
||||
</StrictMode>,
|
||||
);
|
||||
Reference in New Issue
Block a user