Код: Выделить всё
function Projects() {
const { theme } = useContext(ThemeContext);
return (
[url=***]
Sample Text
[/url]
))}
);
Подробнее здесь: https://stackoverflow.com/questions/781 ... t-in-react
Код: Выделить всё
function Projects() {
const { theme } = useContext(ThemeContext);
return (
[url=***]
Sample Text
[/url]
))}
);