[Solved]React Uncaught ReferenceError: styled is not defined

2023/06/05 18:46

Error

Uncaught ReferenceError: styled is not defined

Solution

import styled from styled-components;

Leave a Reply

Back to top