import styled from "@emotion/styled"; const Text = styled.p` color: gray; &:first-child { color: black; } `; export default () => ( <div> ...
確定! 回上一頁