Explorar el Código

import React from 'react';

kaori hace 3 años
padre
commit
0f80f8138c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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';