import { PoolCareApp } from "./pool-care-app";

export default function Home() {
  return <PoolCareApp />;
}
