add simple buttons for settings

This commit is contained in:
2024-12-07 04:58:59 +01:00
parent c223989e9f
commit 8a28edaf6a
8 changed files with 145 additions and 11 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
import React from "react";
import { Slot } from "expo-router";
import {Slot} from "expo-router";
export default function App() {
return <Slot />;
return <Slot/>;
}