mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 03:25:15 +00:00
chore: remove faulty import
This commit is contained in:
parent
0dea63e6e9
commit
a5c21d2443
|
@ -1,8 +1,7 @@
|
|||
import { describe, it, expect } from 'vitest';
|
||||
import { describe, expect, it } from 'vitest';
|
||||
|
||||
import { usePlotTemplates } from '@/composables/plotTemplates';
|
||||
import { PlotConfig } from '@/types';
|
||||
import { M } from 'vite/dist/node/types.d-aGj9QkWt';
|
||||
|
||||
describe('replaceTemplateColumns', () => {
|
||||
it('Updates main plot values', () => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user