feat: 添加货币管理功能,更新国际化支持,移除报表相关代码
This commit is contained in:
11
src/modules/settings/currency-management-screen.tsx
Normal file
11
src/modules/settings/currency-management-screen.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
"use client";
|
||||
|
||||
import { CurrencySettingsPanel } from "@/modules/settings/currency-settings-panel";
|
||||
|
||||
export function CurrencyManagementScreen() {
|
||||
return (
|
||||
<div className="flex w-full max-w-none flex-col gap-6">
|
||||
<CurrencySettingsPanel />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user