Skip to content

Commit c66298f

Browse files
committed
chore: Update std import in showcase.tsx
1 parent 9a15859 commit c66298f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/showcase.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { launch } from "../../mod.ts";
22
import type { PageProps } from "https://deno.land/x/pyro@0.6.1/page.ts";
3-
import { ensureFileSync } from "https://deno.land/std@0.215.0/fs/ensure_file.ts";
3+
import { ensureFileSync } from "@std/fs/ensure-file";
44

55
export const config = {
66
title: "Showcase",

0 commit comments

Comments
 (0)