diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2025-04-27 23:17:46 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2025-04-27 23:17:46 -0600 |
commit | 1ac28532969429f90fc3b4fe666e58ace807d17a (patch) | |
tree | a67d449b93a4656bf8be902d70142ee3ad1fe1bd /client/src/components/index.js | |
parent | 03183c0ca28abc968d77ed842a387a1da73af61b (diff) |
fix imports
Diffstat (limited to 'client/src/components/index.js')
-rw-r--r-- | client/src/components/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/components/index.js b/client/src/components/index.js new file mode 100644 index 0000000..9ca2287 --- /dev/null +++ b/client/src/components/index.js @@ -0,0 +1,3 @@ +export { default as MarketDataPage } from './MarketDataPage'; +export { default as BidsPage } from './BidsPage'; +export { default as SubmitBidPage } from './SubmitBidPage'; |