This commit is contained in:
shikong 2024-10-28 01:40:10 +08:00
parent ae6656d5ae
commit 9d2438acda
Signed by: Shikong
GPG Key ID: BD85FF18B373C341

View File

@ -1,5 +1,5 @@
import React from "react";
import PropTypes from "proptypes"
import PropTypes from "prop-types"
// 模块化 css, 后缀 .module.css
import SonComponentCss from "./SonComponent.module.css"
import GrandsonComponent from "./GrandSonComponent";