Skip to content

Instantly share code, notes, and snippets.

View juliekohl's full-sized avatar
🚀

Julie Kohl juliekohl

🚀
View GitHub Profile
@juunegreiros
juunegreiros / AluraCommons.js
Last active April 30, 2023 15:47
Aula 1 - Imersão React 3
import React from 'react';
import styled, { css } from 'styled-components';
import NextLink from 'next/link';
const BASE_URL = 'http://alurakut.vercel.app/';
const v = '1';
function Link({ href, children, ...props }) {
return (