fix
This commit is contained in:
parent
8f9bc479b7
commit
afc812c3c7
|
|
@ -14,7 +14,7 @@ export const prodIndex = (
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, user-scalable=1.0, minimum-scale=1.0, maximum-scale=1.0">
|
||||
<link rel="stylesheet" href="/prod/_/main.css">
|
||||
<link rel="preload" as="style" crossorigin="anonymous" href="/prod/_/main.css">
|
||||
<link rel="stylesheet" href="/prod/_/index.css">
|
||||
${this.head.join("\n")}
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@
|
|||
/>
|
||||
<title>Prasi: App Builder</title>
|
||||
<link
|
||||
rel="preload stylesheet prefetch"
|
||||
rel="preload"
|
||||
as="style"
|
||||
crossorigin="anonymous"
|
||||
href="../../../node_modules/@fontsource/jetbrains-mono/index.css"
|
||||
/>
|
||||
<link
|
||||
rel="preload stylesheet prefetch"
|
||||
rel="preload"
|
||||
as="style"
|
||||
crossorigin="anonymous"
|
||||
href="../../../node_modules/@fontsource/source-sans-3/index.css"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
import { TypedArray, TypedDoc, TypedMap } from "yjs-types";
|
||||
import { ISection } from "./section";
|
||||
import { MItem } from "./item";
|
||||
import * as Y from "yjs";
|
||||
import { ISection } from "./section";
|
||||
export type IRoot = {
|
||||
id: "root";
|
||||
type: "root";
|
||||
|
|
|
|||
Loading…
Reference in New Issue