Skip to content

Commit 4faa853

Browse files
Remove unused InstructionsSlice export
Co-authored-by: Chris Zetter <zetter-rpf@users.noreply.github.com>
1 parent 7ea06c4 commit 4faa853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/redux/InstructionsSlice.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const instructionsInitialState = {
77
permitOverride: true,
88
};
99

10-
export const InstructionsSlice = createSlice({
10+
const InstructionsSlice = createSlice({
1111
name: "instructions",
1212
initialState: instructionsInitialState,
1313
reducers,

0 commit comments

Comments
 (0)