Răsfoiți Sursa

fix lint errors

Yuki Takei 2 ani în urmă
părinte
comite
4d678a0cbb
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      apps/app/src/components/Layout/PageViewLayout.tsx

+ 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 = {