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