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