Start contacts page frontend

This commit is contained in:
canove
2020-07-22 15:28:17 -03:00
parent dd80541008
commit f64157fc74
9 changed files with 343 additions and 30 deletions

View File

@@ -2,8 +2,6 @@ import React from "react";
import Routes from "./routes";
import "dotenv/config";
import "./App.css";
const App = () => {
return <Routes />;
};