Files
big-agi/pages/workspace.tsx
T

9 lines
253 B
TypeScript

import * as React from 'react';
import { AppPlaceholder } from '../src/apps/AppPlaceholder';
import { withNextJSPerPageLayout } from '~/common/layout/withLayout';
export default withNextJSPerPageLayout({ type: 'optima' }, () => <AppPlaceholder />);