修复构建问题

This commit is contained in:
2026-04-02 14:46:26 +08:00
parent 5d9d3c844e
commit edc87c6eea
4 changed files with 13 additions and 17 deletions

View File

@@ -1,5 +0,0 @@
export type ProxySourcesPageProps = {}
export default function ProxySourcesPage(props: ProxySourcesPageProps) {
return <div></div>
}