6 lines
155 B
TypeScript
6 lines
155 B
TypeScript
|
|
import { NotificationsScreen } from '../../../../src/screens/message';
|
||
|
|
|
||
|
|
export default function NotificationsRoute() {
|
||
|
|
return <NotificationsScreen />;
|
||
|
|
}
|