Skip to content

Commit

Permalink
file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Nowak committed Nov 9, 2023
1 parent 1985143 commit 1fda0e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Empty file.
5 changes: 5 additions & 0 deletions src/components/exchange/exchange.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { component$ } from "@builder.io/qwik";

export const Orderbook = component$(() => {
return <div></div>;
});
1 change: 1 addition & 0 deletions src/routes/exchange/[market]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export default component$(() => {
{/* desktop */}
<div class={headerDesktop}></div>
</div>

<div class={layout}>
{/* mobile */}
<div class={mobileLayout}>
Expand Down

0 comments on commit 1fda0e8

Please sign in to comment.