Przeglądaj źródła

fix lint errors

Yuki Takei 2 lat temu
rodzic
commit
4d678a0cbb

+ 2 - 0
apps/app/src/components/Layout/PageViewLayout.tsx

@@ -1,3 +1,5 @@
+import type { ReactNode } from 'react';
+
 import styles from './PageViewLayout.module.scss';
 
 type Props = {