import { PropsWithChildren } from "react"; export const AppContent = ({ children }: PropsWithChildren) => { return
{children}
; };