mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 21:40:18 +02:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
"use client";
|
|
|
|
import { FC, Fragment } from "react";
|
|
|
|
export const MaintenanceMode: FC = () => <Fragment />;
|