Merge pull request #1 from CPSC319-Winter-term-2/material-ui-setup

initial material ui setup
This commit is contained in:
cth0604 2022-02-27 02:44:48 -08:00 committed by GitHub
commit 939abbc672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 801 additions and 185 deletions

976
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,6 +8,10 @@
"node": ">=16 <17"
},
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.4.2",
"@mui/material": "^5.4.3",
"react": "^17.0.2",
"react-bootstrap": "^2.1.2",
"react-dom": "^17.0.2",

View File

@ -1,7 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<title>Typescript React App</title>
</head>
<body>