From 7f096099b137cd1c13c3ab36d1b0e576a73b4636 Mon Sep 17 00:00:00 2001 From: nicco Date: Tue, 6 Feb 2018 21:06:39 +0100 Subject: [PATCH] removed unsused import --- src/actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions.ts b/src/actions.ts index f89b38f..c705220 100644 --- a/src/actions.ts +++ b/src/actions.ts @@ -1,5 +1,5 @@ import { compileBlock } from './compiler' -import { ActionFunction, re, error, options, Part, isRender } from './options' +import { ActionFunction, re, error, options, Part } from './options' import { getFromObject, readFileSync } from './util' import { join } from 'path' import 'colors'