Skip to content

Commit

Permalink
small change to trigger vercel deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Jun 24, 2024
1 parent a77002f commit ddbdcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const store = init<RootModel, FullModel>({
// https://rematchjs.org/docs/plugins/immer/
immerPlugin(),
// Adds automated loading indicators for effects, so you don't
// need to manage state like loading: true by yourself.
// need to manage state like loading: true by yourself.
// https://rematchjs.org/docs/plugins/loading/
loadingPlugin({ type: "full" }),
// Provides automatic Redux state persistence.
Expand Down

0 comments on commit ddbdcbc

Please sign in to comment.