Submit
Path:
~
/
/
usr
/
share
/
grafana
/
public
/
app
/
features
/
notifications
/
File Content:
NotificationsPage.tsx
import React from 'react'; import { Page } from 'app/core/components/Page/Page'; import { StoredNotifications } from './StoredNotifications'; export const NotificationsPage = () => { return ( <Page navId="profile/notifications"> <Page.Contents> <StoredNotifications /> </Page.Contents> </Page> ); }; export default NotificationsPage;
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
NotificationsPage.tsx
370 bytes
0644
StoredNotifications.tsx
4415 bytes
0644
N4ST4R_ID | Naxtarrr