feat(code/run-javascript): run async code and introduce monaco editor

This commit is contained in:
Ali BARIN
2024-07-29 15:19:05 +00:00
parent c99b9dbe0a
commit 49d4071928
7 changed files with 164 additions and 351 deletions

View File

@@ -0,0 +1,9 @@
import { styled } from '@mui/material/styles';
export const InputLabelWrapper = styled('div')`
position: absolute;
top: ${({ theme }) => theme.spacing(1.75)};
inset: 0;
left: -6px;
top: 16px;
`;