Refactor settings to use stack to allow dark theme. Move theme to app reducer to allow persistence.
This commit is contained in:
5
app/settings/index.tsx
Normal file
5
app/settings/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import Settings from "../../components/settings/settings";
|
||||
|
||||
export default function Tab() {
|
||||
return <Settings />;
|
||||
}
|
||||
Reference in New Issue
Block a user