Skip to content

Commit e97fed0

Browse files
committed
run prettier
1 parent 976abfb commit e97fed0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/lazy-injection/kitchen-sink/src/app/createAppSlice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { asyncThunkCreator, buildCreateSlice } from "@reduxjs/toolkit";
1+
import { asyncThunkCreator, buildCreateSlice } from "@reduxjs/toolkit"
22

33
// `buildCreateSlice` allows us to create a slice with async thunks.
44
export const createAppSlice = buildCreateSlice({

examples/lazy-injection/kitchen-sink/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"isolatedModules": true,
1515
"noEmit": true,
1616
"jsx": "react-jsx",
17-
"types": ["vitest/globals"]
17+
"types": ["vitest/globals"],
1818
},
1919
"include": ["src"],
20-
"references": [{ "path": "./tsconfig.node.json" }]
20+
"references": [{ "path": "./tsconfig.node.json" }],
2121
}

0 commit comments

Comments
 (0)