Skip to content

Instantly share code, notes, and snippets.

@ninezero90hy
Created September 3, 2021 13:00
Show Gist options
  • Save ninezero90hy/3dd6019c28f1356a6c97c96d37970ad1 to your computer and use it in GitHub Desktop.
Save ninezero90hy/3dd6019c28f1356a6c97c96d37970ad1 to your computer and use it in GitHub Desktop.
import React from "react";
// 절대 경로를 사용해서 컴포넌트 사용
import Text from "components/atoms/Text";
const Textarea = () => {
return (
<>
<Text />
</>
)
}
export default Textarea;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment