6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
|
|
import { NotificationSettingsScreen } from '../../../../src/screens/profile';
|
||
|
|
|
||
|
|
export default function NotificationSettingsRoute() {
|
||
|
|
return <NotificationSettingsScreen />;
|
||
|
|
}
|