base notification socket
This commit is contained in:
@@ -40,6 +40,7 @@ import ReviewsList from '@/pages/review/List'
|
||||
import DetailReview from '@/pages/review/Detail'
|
||||
import PagersList from '@/pages/pager/List'
|
||||
import NotificationsList from '@/pages/notifications/List'
|
||||
import Notification from '@/components/Notification'
|
||||
const MainRouter: FC = () => {
|
||||
|
||||
const { hasSubMenu } = useSharedStore()
|
||||
@@ -103,6 +104,8 @@ const MainRouter: FC = () => {
|
||||
</div>
|
||||
</div>
|
||||
<Footer />
|
||||
|
||||
<Notification />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user