mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 14:54:55 +00:00
code: tsx,serverstatuspanel,nextjs (1 files)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import React from 'react'
|
||||
|
||||
export function ServerStatusPanel(): JSX.Element {
|
||||
return (
|
||||
<div className="p-4 border rounded bg-white/50">
|
||||
<p className="text-sm text-muted-foreground">Server status unavailable in this build.</p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user