upgrade to tamagui v2 and guest pwa overhaul
This commit is contained in:
11
resources/js/guest-v2/screens/SettingsScreen.tsx
Normal file
11
resources/js/guest-v2/screens/SettingsScreen.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
import AppShell from '../components/AppShell';
|
||||
import SettingsContent from '../components/SettingsContent';
|
||||
|
||||
export default function SettingsScreen() {
|
||||
return (
|
||||
<AppShell>
|
||||
<SettingsContent />
|
||||
</AppShell>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user