mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 06:44:13 +00:00
run format fix on changed file
This commit is contained in:
parent
228a5fe947
commit
503c883185
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue