Remove unused imports

This commit is contained in:
Lucid Kobold
2022-06-22 14:42:17 -05:00
parent 8e169b166f
commit b5d367b193
2 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import { createSlice, PayloadAction } from "@reduxjs/toolkit";
import { createSlice/*, PayloadAction*/ } from "@reduxjs/toolkit";
import { addMonths } from "date-fns";
interface StorageState {