This commit is contained in:
parent
1b7c4847dc
commit
7e821f9771
@ -7,11 +7,11 @@ export * as ABC from "https://deno.land/x/abc@v1/mod.ts";
|
|||||||
export * as CorsMW from "https://deno.land/x/abc@v1/middleware/cors.ts";
|
export * as CorsMW from "https://deno.land/x/abc@v1/middleware/cors.ts";
|
||||||
export * as LoggerMW from "https://deno.land/x/abc@v1/middleware/logger.ts";
|
export * as LoggerMW from "https://deno.land/x/abc@v1/middleware/logger.ts";
|
||||||
|
|
||||||
export * as Path from "https://deno.land/std@0.69.0/path/mod.ts";
|
export * as Path from "https://deno.land/std@0.74.0/path/mod.ts";
|
||||||
export * as FS from "https://deno.land/std@0.69.0/fs/mod.ts";
|
export * as FS from "https://deno.land/std@0.74.0/fs/mod.ts";
|
||||||
export * as Base64 from "https://deno.land/std@0.69.0/encoding/base64.ts";
|
export * as Base64 from "https://deno.land/std@0.74.0/encoding/base64.ts";
|
||||||
export * as Hash from "https://deno.land/std@0.69.0/hash/mod.ts";
|
export * as Hash from "https://deno.land/std@0.74.0/hash/mod.ts";
|
||||||
export * as Colors from "https://deno.land/std@0.69.0/fmt/colors.ts";
|
export * as Colors from "https://deno.land/std@0.74.0/fmt/colors.ts";
|
||||||
|
|
||||||
export * as Compress from "https://git.stamm.me/Deno/DenReg/raw/branch/master/tar/mod.ts";
|
export * as Compress from "https://git.stamm.me/Deno/DenReg/raw/branch/master/tar/mod.ts";
|
||||||
|
|
||||||
@ -25,7 +25,6 @@ export { Marked } from "https://deno.hibas123.de/raw/markdown/mod.ts";
|
|||||||
import DS from "https://raw.githubusercontent.com/hibas123/dndb/master/mod.ts";
|
import DS from "https://raw.githubusercontent.com/hibas123/dndb/master/mod.ts";
|
||||||
|
|
||||||
/// <reference path="./types/jsx.d.ts" />
|
/// <reference path="./types/jsx.d.ts" />
|
||||||
// export { React, jsx, Fragment } from "../../jsx-html/mod.ts";
|
|
||||||
export {
|
export {
|
||||||
React,
|
React,
|
||||||
jsx,
|
jsx,
|
||||||
|
Loading…
Reference in New Issue
Block a user