run format fix on changed file

This commit is contained in:
jibranabsarulislam 2023-06-17 03:55:30 -04:00
parent 228a5fe947
commit 503c883185

View file

@ -1,6 +1,10 @@
import { createSlice } from '@reduxjs/toolkit';
import type { PayloadAction } from '@reduxjs/toolkit';
import { IPC_MAIN_CHANNELS, PREVIEW_LAYOUTS, PreviewLayout } from 'common/constants';
import {
IPC_MAIN_CHANNELS,
PREVIEW_LAYOUTS,
PreviewLayout,
} from 'common/constants';
import type { RootState } from '../..';
export interface RendererState {