Skip to content

Instantly share code, notes, and snippets.

View GuiSelair's full-sized avatar
🖖
HAHA Let's go!

Guilherme Selair GuiSelair

🖖
HAHA Let's go!
View GitHub Profile
@GuiSelair
GuiSelair / .htaccess
Created August 1, 2020 23:12
.htaccess
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]
import React from "react";
import { BrowserRouter, Switch, Route } from "react-router-dom";
import Home from "./pages/home";
import Support from "./pages/support";
export default function Routes(){
return(
<BrowserRouter basename="/the-app">
<Switch>
@GuiSelair
GuiSelair / country_state.json
Created December 21, 2021 16:52 — forked from manishtiwari25/country_state.json
List Of Countries With States And Other Useful Information, Updated On 12/01/2021 00:00:03
[
{
"name": "Andorra",
"countryCode": "AD",
"countryCodeAlpha3": "AND",
"phone": "376",
"currency": "EUR",
"stateProvinces": [
{
"name": "Sant Julià de Loria"