fix build

This commit is contained in:
Abhinav 2023-01-20 21:18:04 +05:30
parent 9073760799
commit ad297c849e

View file

@ -1,4 +1,4 @@
// import React from 'react';
import React from 'react';
// import dynamic from 'next/dynamic';
// const MLDebugWithNoSSR = dynamic(
@ -8,12 +8,6 @@
// }
// );
// export default function MLDebug() {
// return (
// <div>
// <MLDebugWithNoSSR></MLDebugWithNoSSR>
// </div>
// );
// }
export {};
export default function MLDebug() {
return <div>{/* <MLDebugWithNoSSR></MLDebugWithNoSSR> */}</div>;
}