import { Outlet } from "react-router";
export default function ExtensionsLayout() {
return <Outlet />;
}