chore: remove vetrsion

This commit is contained in:
Maulana Sodiqin
2025-11-24 12:51:41 +07:00
parent f5905c0acc
commit efdbc65be6
23 changed files with 432 additions and 8 deletions
+10
View File
@@ -0,0 +1,10 @@
import { Outlet, ScrollRestoration } from 'react-router-dom';
export default function RootLayout() {
return (
<>
<Outlet />
<ScrollRestoration />
</>
);
}