chore: infra update for maintenance mode (#5963)

This commit is contained in:
guru_sainath 2024-11-06 15:13:51 +05:30 committed by GitHub
parent 56755b0e9c
commit 9d1253a61d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 3 deletions

View file

@ -0,0 +1,5 @@
"use client";
import { FC, Fragment } from "react";
export const MaintenanceMode: FC = () => <Fragment />;