···2424 work correctly both with client-side routing and a non-root public URL.
2525 Learn how to configure a non-root public URL by running `npm run build`.
2626 -->
2727- <title>React App</title>
2727+ <title>cred.blue</title>
2828+ <link rel="stylesheet" href="https://use.typekit.net/yhs0sil.css">
2829 </head>
2930 <body>
3031 <noscript>You need to enable JavaScript to run this app.</noscript>
3132 <div id="root"></div>
3232- <!--
3333- This HTML file is a template.
3434- If you open it directly in the browser, you will see an empty page.
3535-3636- You can add webfonts, meta tags, or analytics to this file.
3737- The build step will place the bundled scripts into the <body> tag.
3838-3939- To begin the development, run `npm start` or `yarn start`.
4040- To create a production bundle, use `npm run build` or `yarn build`.
4141- -->
4233 </body>
4334</html>
···11-// jest-dom adds custom jest matchers for asserting on DOM nodes.
22-// allows you to do things like:
33-// expect(element).toHaveTextContent(/react/i)
44-// learn more: https://github.com/testing-library/jest-dom
55-import '@testing-library/jest-dom';