4 lines
150 B
TypeScript
4 lines
150 B
TypeScript
import * as Linking from 'expo-linking';
|
|
import { default as Notifications } from './Notifications/Notifications';
|
|
export { Linking, Notifications };
|