mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
9 lines
240 B
TypeScript
9 lines
240 B
TypeScript
import * as React from 'react';
|
|
|
|
import { AppBeam } from '../../src/apps/beam/AppBeam';
|
|
|
|
import { withNextJSPerPageLayout } from '~/common/layout/withLayout';
|
|
|
|
|
|
export default withNextJSPerPageLayout({ type: 'optima' }, () => <AppBeam />);
|