add exchange order screen
This commit is contained in:
5
app/javascript/src/pages/Orders/index.ts
Normal file
5
app/javascript/src/pages/Orders/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Exchange } from "./Exchange";
|
||||
|
||||
export const Orders = {
|
||||
Exchange,
|
||||
};
|
||||
Reference in New Issue
Block a user