[React] Snippet



Snippet 이란?

https://snippet-generator.app/

import React from 'react';
import styled from 'styled-components';

const styledDiv = styled.div`

`;

const AuthTemplate = () => {
  return (
    <>
    </>
  );
};

export default AuthTemplate;

참고자료

https://likejirak.tistory.com/143

https://sustainable-dev.tistory.com/83