auto push
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user