wip fix
This commit is contained in:
parent
4ed3c0334b
commit
9847f37f70
|
|
@ -7,7 +7,10 @@
|
|||
content="width=device-width, initial-scale=1.0, user-scalable=1.0, minimum-scale=1.0, maximum-scale=1.0">
|
||||
<title>Prasi: App Builder</title>
|
||||
<link rel="stylesheet" href="/index.css">
|
||||
<script>window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = { isDisabled: true };</script>
|
||||
<script>window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = {
|
||||
isDisabled: true,
|
||||
_renderers: {}
|
||||
};</script>
|
||||
</head>
|
||||
|
||||
<body className="flex-col flex-1 w-full min-h-screen flex opacity-0">
|
||||
|
|
|
|||
Loading…
Reference in New Issue