mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 11:38:32 +01:00
| Package | From | To | |----------------------------------|-----------|---------| react-router | ( new ) | 7.8.2 | react-router-dom | 6.22.3 | ( del ) | @vitejs/plugin-react-swc | 3.10.2 | 4.0.1 | vite | 6.3.5 | 7.1.4 |
8 lines
103 B
TypeScript
8 lines
103 B
TypeScript
import { Outlet } from "react-router";
|
|
|
|
function Root() {
|
|
return <Outlet />;
|
|
}
|
|
|
|
export default Root;
|