All checks were successful
it-academy/dry-wash-pl/pipeline/pr-main This commit looks good
10 lines
151 B
TypeScript
10 lines
151 B
TypeScript
import React from 'react';
|
|
|
|
import LayoutArm from '../../components/LayoutArm';
|
|
|
|
const Page = () => {
|
|
return <LayoutArm />;
|
|
};
|
|
|
|
export default Page;
|