Skip to content

Instantly share code, notes, and snippets.

View thallestorma's full-sized avatar
😀

Thalles Torma thallestorma

😀
View GitHub Profile
@thallestorma
thallestorma / AluraCommons.js
Created July 20, 2021 00:26 — forked from juunegreiros/AluraCommons.js
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 (