@@ -8,7 +8,10 @@ export const IDEPage = () => {
|
||||
const files: FileNode | undefined = location.state?.files;
|
||||
|
||||
return (
|
||||
<div className="absolute top-0 left-0 w-full h-full z-90">
|
||||
<div
|
||||
className="absolute top-0 left-0 w-full h-full z-90"
|
||||
style={{ backgroundColor: "var(--bg-primary)" }}
|
||||
>
|
||||
<IDE onBack={() => navigate("/templates")} initialFiles={files} />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user