init tab menu and first screen
This commit is contained in:
4
ArtisanConnect/app/(tabs)/notice/create.jsx
Normal file
4
ArtisanConnect/app/(tabs)/notice/create.jsx
Normal file
@@ -0,0 +1,4 @@
|
||||
import { Text } from "@/components/ui/text";
|
||||
export default function CreateNotice() {
|
||||
return <Text>Tworzenie ogłoszenia</Text>;
|
||||
}
|
||||
Reference in New Issue
Block a user