Browse Source

import React from 'react';

kaori 3 năm trước cách đây
mục cha
commit
0f80f8138c
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      packages/app/src/pages/admin/[[...path]].page.tsx

+ 2 - 0
packages/app/src/pages/admin/[[...path]].page.tsx

@@ -1,3 +1,5 @@
+import React from 'react';
+
 import {
   NextPage, GetServerSideProps, GetServerSidePropsContext,
 } from 'next';