Add authentication
This commit is contained in:
7
apps/viewer/pages/index.tsx
Normal file
7
apps/viewer/pages/index.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
import React from 'react'
|
||||
|
||||
const HomePage = () => {
|
||||
return <div>Welcome to "Viewer"!</div>
|
||||
}
|
||||
|
||||
export default HomePage
|
Reference in New Issue
Block a user