mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-29 12:46:32 +03:00
Get rid of unused import
This gave me an *error* on npm install!
This commit is contained in:
parent
fc74f6b2be
commit
57f1362698
@ -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 = `
|
||||
|
Loading…
Reference in New Issue
Block a user