style: format ts file with prettier
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { createSlice, PayloadAction } from "@reduxjs/toolkit";
|
||||
|
||||
export type ListView = "item" | "grid"
|
||||
export type ListView = "item" | "grid";
|
||||
export interface State {
|
||||
online: boolean;
|
||||
ready: boolean;
|
||||
|
||||
Reference in New Issue
Block a user