6 lines
141 B
TypeScript
6 lines
141 B
TypeScript
import { MachineShell } from '@/components/machine/machine-shell';
|
|
|
|
const MachinePage = () => <MachineShell />;
|
|
|
|
export default MachinePage;
|