import React from "react"; import AppRouter from "@/router"; function App() { return ( <> ); } export default App;