import "../remedy.css" import { BaseApp } from "@rino.app/next/dist/app" import React from "react" export default function MyApp({ Component, pageProps, }: { Component: React.FC pageProps: T }) { return ( ) }