cody - HTMLify profile
files of /cody/lassiecoder/mutual-funding-app/client/src/
/* NAVBAR ====================== */
.nav-wrapper a {
color: rgb(68 68 68);
}
.brand-logo, #nav-mobile {
margin: 0 6vw;
}
.nav-wrapper a {
color: rgb(68 68 68);
}
.brand-logo, #nav-mobile {
margin: 0 6vw;
}
import React, {useEffect, createContext, useReducer, useContext} from 'react';
import Navbar from './component/Navbar';
import '
import Navbar from './component/Navbar';
import '
import React from 'react';
import { render } from '@testing-library/react';
import App from './App';
test('renders learn react
import { render } from '@testing-library/react';
import App from './App';
test('renders learn react
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell',
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell',
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import * as serviceW
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import * as serviceW
// This optional code is used to register a service worker.
// register() is not called by default.
// This lets the app load f
// register() is not called by default.
// This lets the app load f