Merge pull request #95 from bipproduction/upload/profile

test server
This commit is contained in:
Bagasbanuna02
2024-09-13 16:48:30 +08:00
committed by GitHub

View File

@@ -10,7 +10,12 @@ export default function RootLayout({
}: { }: {
children: React.ReactNode; children: React.ReactNode;
}) { }) {
if (!token) return <>require token</>; if (!token)
return (
<>
<center style={{ height: "100vh" }}>Require Token Storage</center>
</>
);
return ( return (
<RootStyleRegistry> <RootStyleRegistry>
<MqttLoader /> <MqttLoader />