From 7ffca67e2fd8707d6c0c062cf9384c90b05132d3 Mon Sep 17 00:00:00 2001 From: Robert Herber Date: Mon, 6 Sep 2021 23:16:48 -0700 Subject: [PATCH] chore: update import path --- src/Enumerable.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Enumerable.ts b/src/Enumerable.ts index 0e9a6d3..fa12617 100644 --- a/src/Enumerable.ts +++ b/src/Enumerable.ts @@ -1,4 +1,4 @@ -import { from } from '.'; +import { from } from './functions/from'; import { aggregate } from './functions/aggregate'; import { all } from './functions/all'; import { any } from './functions/any';