Get rid of unused import

This gave me an *error* on npm install!
This commit is contained in:
Brian Carroll 2021-01-10 07:40:43 +00:00
parent fc74f6b2be
commit 57f1362698

View File

@ -1,6 +1,6 @@
import ts from 'typescript';
import { ObjectUpdate } from '../types';
import {ast, create} from './utils/create';
import {ast} from './utils/create';
const copyWithSpread = `