From 5aad91f273f39ba1a11143585835e757a57de234 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 9 Jan 2023 20:13:33 +0530 Subject: refactor: moves stuff around --- stdlib/fs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/fs.ts') diff --git a/stdlib/fs.ts b/stdlib/fs.ts index f7014ff..fb269c2 100644 --- a/stdlib/fs.ts +++ b/stdlib/fs.ts @@ -1,4 +1,4 @@ -import { Effect } from './io' +import { Effect } from './effect' export interface WriteFile<_Path extends string, _Content extends string> extends Effect {} -- cgit v1.3.1