1
0
mirror of https://github.com/byulmaru/quesdon synced 2024-11-27 14:28:04 +09:00

Children이 먼저 임포트 되도록 수정

This commit is contained in:
liberaldev 2023-08-04 19:21:58 +09:00
parent 838cf7d8bf
commit fdd2bfdc52

View File

@ -1,6 +1,6 @@
import * as React from 'react';
import { Helmet } from 'react-helmet';
import { Children } from 'react';
import { Helmet } from 'react-helmet';
export class Title extends React.Component
{