Skip to content

Commit c3d3fb6

Browse files
committed
Cleanup main app components.
1 parent d6722b5 commit c3d3fb6

File tree

9 files changed

+141
-343
lines changed

9 files changed

+141
-343
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
# dependencies
44
**/node_modules
5-
/node_modules
65
/.pnp
76
.pnp.js
87

@@ -11,6 +10,8 @@
1110

1211
# production
1312
/build
13+
**/dist
14+
**/tsconfig.tsbuildinfo
1415

1516
# misc
1617
.DS_Store
@@ -22,3 +23,5 @@
2223
npm-debug.log*
2324
yarn-debug.log*
2425
yarn-error.log*
26+
27+
**/.vs

ig-theme.css

Lines changed: 0 additions & 231 deletions
This file was deleted.

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
<title>grid landing pages</title>
1212
<link rel="stylesheet" href="./styles.css">
1313
<link href='https://fonts.googleapis.com/icon?family=Material+Icons' rel='stylesheet'>
14-
<link href='./node_modules/@igniteui/material-icons-extended/styles/sprite.css' rel='stylesheet'>
15-
<link rel='stylesheet' href='./node_modules/igniteui-webcomponents/themes/light/material.css'>
16-
<link rel='stylesheet' href='./node_modules/igniteui-react-grids/grids/themes/light/material.css'>
17-
<link href='https://fonts.googleapis.com/css?family=Titillium+Web:wght@300;400;600;700' rel='stylesheet'>
18-
<link rel='stylesheet' href='./ig-theme.css'>
14+
<link href='./node_modules/@igniteui/material-icons-extended/styles/sprite.css' rel='stylesheet'>
15+
<link href='https://fonts.googleapis.com/css?family=Titillium+Web:wght@300;400;600;700' rel='stylesheet'>
16+
<link rel='stylesheet' href='./node_modules/igniteui-webcomponents/themes/light/material.css'>
17+
<link rel='stylesheet' href='./node_modules/igniteui-react-grids/grids/themes/light/material.css'>
1918
</head>
2019
<body class="ig-scrollbar ig-typography">
2120
<noscript>You need to enable JavaScript to run this app.</noscript>

0 commit comments

Comments
 (0)