From f65ec15aaf8fc46685c39d721cab82f64baead8c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 28 Mar 2025 23:52:50 +0900 Subject: refactor(blog/nuldoc): migrate Deno standard library to JSR --- vhosts/blog/nuldoc-src/components/StaticStylesheet.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vhosts/blog/nuldoc-src/components/StaticStylesheet.tsx') diff --git a/vhosts/blog/nuldoc-src/components/StaticStylesheet.tsx b/vhosts/blog/nuldoc-src/components/StaticStylesheet.tsx index 5c2c2a0f..52b695e5 100644 --- a/vhosts/blog/nuldoc-src/components/StaticStylesheet.tsx +++ b/vhosts/blog/nuldoc-src/components/StaticStylesheet.tsx @@ -1,4 +1,4 @@ -import { join } from "std/path/mod.ts"; +import { join } from "@std/path"; import { Config } from "../config.ts"; import { calculateFileHash } from "./utils.ts"; -- cgit v1.2.3-70-g09d2