فهرست منبع

fix lint errors

Yuki Takei 2 سال پیش
والد
کامیت
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';
 import styles from './PageViewLayout.module.scss';
 
 
 type Props = {
 type Props = {