mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
feat: notificationpage mobile
This commit is contained in:
13
pages/notification.tsx
Normal file
13
pages/notification.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
import { Layout } from 'src/components/common';
|
||||
import { NotificationPage } from 'src/components/modules/Notification';
|
||||
|
||||
const Notification = () => {
|
||||
return (
|
||||
<NotificationPage />
|
||||
)
|
||||
}
|
||||
|
||||
Notification.Layout = Layout
|
||||
|
||||
export default Notification;
|
Reference in New Issue
Block a user