This commit is contained in:
Seth Trowbridge 2023-04-30 17:24:16 -04:00
parent ca892eed6a
commit 21ec8a759e
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import TWPreTail from "https://esm.sh/v115/@twind/preset-tailwind@1.1.4/es2022/preset-tailwind.mjs";
import TWPreAuto from "https://esm.sh/v115/@twind/preset-autoprefix@1.0.7/es2022/preset-autoprefix.mjs";
import React from "react";
import React, {createElement as h} from "react";
import { Boot as _Boot } from "../server.tsx";
export const CSS = {

View File

@ -6,7 +6,7 @@ import * as HTTP from "https://deno.land/std@0.185.0/http/server.ts"
import SSR from "https://esm.sh/v113/preact-render-to-string@6.0.2";
import Prepass from "https://esm.sh/preact-ssr-prepass@1.2.0";
import * as Twind from "https://esm.sh/@twind/core@1.1.3";
import React from "react";
import React, {createElement as h} from "react";
import * as Iso from "@eno/iso";
/**
@ -15,6 +15,8 @@ import * as Iso from "@eno/iso";
* dynamic imports
* Deno.mainModule
* Deno.serve
* unspecified h
* ESBuild
*/
/**