update to js
This commit is contained in:
7
dashboard_js/app/routes/orders/index.jsx
Normal file
7
dashboard_js/app/routes/orders/index.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export function meta({}) {
|
||||
return [{ title: 'Pagamentos' }]
|
||||
}
|
||||
|
||||
export default function Component() {
|
||||
return <>overview single</>
|
||||
}
|
||||
Reference in New Issue
Block a user