mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
styles: add spacing
This commit is contained in:
16
pages/notifications.tsx
Normal file
16
pages/notifications.tsx
Normal file
@@ -0,0 +1,16 @@
|
||||
import React from 'react';
|
||||
import { Layout } from 'src/components/common';
|
||||
import { NotificationBreadcrumb, NotificationPage } from 'src/components/modules/Notification';
|
||||
|
||||
const Notification = () => {
|
||||
return (
|
||||
<>
|
||||
<NotificationBreadcrumb />
|
||||
<NotificationPage />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Notification.Layout = Layout
|
||||
|
||||
export default Notification;
|
Reference in New Issue
Block a user