More updates to realtime.
This commit is contained in:
10
pages/realtime/index.js
Normal file
10
pages/realtime/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import AppLayout from 'components/layout/AppLayout';
|
||||
import RealtimeHome from 'components/pages/realtime/RealtimeHome';
|
||||
|
||||
export default function RealtimePage() {
|
||||
return (
|
||||
<AppLayout>
|
||||
<RealtimeHome />
|
||||
</AppLayout>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user