Skip to content

Commit e0903b4

Browse files
DanielFuchs2kobiburnley
authored andcommitted
fix: layout, search, webpack (#4)
1 parent 4cf0784 commit e0903b4

12 files changed

+1899
-897
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ build
33
.idea
44
/coverage
55
/.nyc_output
6+
/lib

public/index.html index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Title</title>
5+
<title>Material UI Phone Input</title>
66
</head>
77
<body>
88
<div id="root">
99
</div>
10-
<script src="phone.js"></script>
1110
</body>
1211
</html>
1312

0 commit comments

Comments
 (0)