oh lord. prettier eslint and all that

This commit is contained in:
Carl-Gerhard Lindesvärd
2023-11-02 20:24:41 +01:00
parent e1f37b439e
commit 107feda4ad
121 changed files with 1856 additions and 1684 deletions

View File

@@ -1,13 +1,14 @@
import {
type IChartBreakdown,
type IChartEvent,
type IChartInput,
type IChartRange,
type IChartType,
type IInterval,
import type {
IChartBreakdown,
IChartEvent,
IChartInput,
IChartRange,
IChartType,
IInterval,
} from '@/types';
import { alphabetIds } from '@/utils/constants';
import { createSlice, type PayloadAction } from '@reduxjs/toolkit';
import { createSlice } from '@reduxjs/toolkit';
import type { PayloadAction } from '@reduxjs/toolkit';
type InitialState = IChartInput & {
startDate: string | null;