File size: 187 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 | // @flow
import Notification from "./Notification.react";
import type Props from "./Notification.react";
export { Notification as default };
export type { Props as NotificationProps };
|
1e92f2d | 1 2 3 4 5 6 7 8 | // @flow
import Notification from "./Notification.react";
import type Props from "./Notification.react";
export { Notification as default };
export type { Props as NotificationProps };
|