auto push

This commit is contained in:
2024-04-19 10:18:59 +08:00
parent dab7b8748b
commit c8666e65d1
84 changed files with 410 additions and 287 deletions

View File

@@ -1,11 +1,11 @@
import MqttLoader from '@/util/mqtt_loader';
// import MqttLoader from '@/util/mqtt_loader';
import RootStyleRegistry from './emotion';
export default function RootLayout({ children }: { children: React.ReactNode }) {
return (
<RootStyleRegistry>
<MqttLoader />
{/* <MqttLoader /> */}
{children}</RootStyleRegistry>
);
}