feat: add experts page
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { Experts } from '@/views';
|
||||
|
||||
export default function ExpertsPage() {
|
||||
return <div>Experts</div>;
|
||||
return <Experts />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user