Skip to content

Commit 3d76b17

Browse files
material-ui styling, stopped new-lines in prettier formatted code
1 parent 5dd42bc commit 3d76b17

File tree

10 files changed

+365
-172
lines changed

10 files changed

+365
-172
lines changed

package-lock.json

+249
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6+
"@material-ui/core": "^4.11.3",
67
"@monaco-editor/react": "^4.1.1",
78
"@testing-library/jest-dom": "^5.11.9",
89
"@testing-library/react": "^11.2.5",

public/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<meta name="theme-color" content="#000000" />
99
<meta name="description" content="Web site created using create-react-app" />
1010
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
11+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
1112
<!--
1213
manifest.json provides metadata used when your web app is installed on a
1314
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/

0 commit comments

Comments
 (0)