chore: infra update for maintenance mode (#5963)
This commit is contained in:
parent
56755b0e9c
commit
9d1253a61d
4 changed files with 16 additions and 3 deletions
5
web/ce/components/maintenance-mode.tsx
Normal file
5
web/ce/components/maintenance-mode.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
"use client";
|
||||
|
||||
import { FC, Fragment } from "react";
|
||||
|
||||
export const MaintenanceMode: FC = () => <Fragment />;
|
||||
Loading…
Add table
Add a link
Reference in a new issue