initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// Component Imports
|
||||
import ComingSoon from '@views/pages/misc/ComingSoon'
|
||||
|
||||
// Server Action Imports
|
||||
import { getServerMode } from '@core/utils/serverHelpers'
|
||||
|
||||
const ComingSoonPage = async () => {
|
||||
// Vars
|
||||
const mode = await getServerMode()
|
||||
|
||||
return <ComingSoon mode={mode} />
|
||||
}
|
||||
|
||||
export default ComingSoonPage
|
||||
Reference in New Issue
Block a user