Skip to content

Commit

Permalink
fix: settings的redux
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Feb 7, 2024
1 parent a3d1ceb commit 9ee43eb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions components/SettingsWrapper.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
"use client";

import ReduxProvider from "@/app/store/ReduxProvider";
import Settings from "@/components/Settings";

export default function SettingsWrapper() {
return (
<ReduxProvider>
<Settings />
</ReduxProvider>
);
}

0 comments on commit 9ee43eb

Please sign in to comment.