mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
feat: Notifications title
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import React from 'react';
|
||||
import { Layout } from 'src/components/common';
|
||||
import { NotificationBreadcrumb, NotificationPage } from 'src/components/modules/Notification';
|
||||
import { NotificationBreadcrumb, NotificationHeading, NotificationPage } from 'src/components/modules/Notification';
|
||||
|
||||
const Notification = () => {
|
||||
return (
|
||||
<>
|
||||
<NotificationBreadcrumb />
|
||||
<NotificationHeading />
|
||||
<NotificationPage />
|
||||
</>
|
||||
)
|
||||
|
Reference in New Issue
Block a user