Yuki Takei 2 лет назад
Родитель
Сommit
4d678a0cbb
1 измененных файлов с 2 добавлено и 0 удалено
  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 = {