vega-frontend-monorepo/apps/trading/components/layouts/index.ts
Matthew Russell e52ae97233
feat(trading): competitions (#5621)
Co-authored-by: asiaznik <artur@vegaprotocol.io>
Co-authored-by: Ben <ben@vega.xyz>
2024-01-31 14:21:29 +00:00

3 lines
111 B
TypeScript

export { LayoutWithSidebar } from './layout-with-sidebar';
export { LayoutCentered } from './layout-centered';