chore: rm autocompleted import

This commit is contained in:
Yash Singh 2024-05-04 09:44:08 -07:00
parent ca4fa11859
commit 50c9ede69d

View File

@ -2,7 +2,6 @@
import { parser } from './quadrant.jison'; import { parser } from './quadrant.jison';
import type { Mock } from 'vitest'; import type { Mock } from 'vitest';
import { vi } from 'vitest'; import { vi } from 'vitest';
import { addClass } from '../../flowchart/flowDb.js';
const parserFnConstructor = (str: string) => { const parserFnConstructor = (str: string) => {
return () => { return () => {