Skip to content

Commit

Permalink
Update frontend/dashboard/src/store/StoreProvider.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
alderwhiteford authored Apr 28, 2024
1 parent 4b5aa16 commit fda42f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/dashboard/src/store/StoreProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { AppStore, makeStore } from "./store";
import { Provider } from "react-redux";

type StoreProviderProps = {
children: React.ReactNode;
children: React.ReactNode;
}

/**
Expand Down

0 comments on commit fda42f1

Please sign in to comment.