Skip to content

Commit 075b338

Browse files
authored
Merge pull request #20 from KBLLR/fix-css
Jules PR
2 parents 87e15bc + 51a56ab commit 075b338

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
6868

6969
<title>3D Model Splats Stager</title>
70-
<link rel="stylesheet" href="/style.css" />
7170
</head>
7271
<body>
7372
<canvas id="webgl" class="webgl"></canvas>

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @module main
77
*/
8-
import "@style.css";
8+
import "./style.css";
99
import * as THREE from "three";
1010
import { Pane } from "tweakpane";
1111
import Stats from "stats.js";
File renamed without changes.

0 commit comments

Comments
 (0)