import { AppRouter } from "./AppRouter"

export const AppBody = () => {
    return (
        <AppRouter />
    )
}
