Merge branch 'feat/metering' of gitea.internetapi.cn:iod/page-assist into feat/page
This commit is contained in:
12
src/routes/metering-list-detail.tsx
Normal file
12
src/routes/metering-list-detail.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import OptionLayout from "~/components/Layouts/Layout"
|
||||
import { ListDetail } from "~/components/Option/Metering/listDetail"
|
||||
|
||||
const OptionSettings = () => {
|
||||
return (
|
||||
<OptionLayout>
|
||||
<ListDetail />
|
||||
</OptionLayout>
|
||||
)
|
||||
}
|
||||
|
||||
export default OptionSettings
|
||||
Reference in New Issue
Block a user