diff --git a/index.html b/index.html index c5d5cb5..7315c4e 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,6 @@ Hi Warp Team, I'm August! - diff --git a/src/index.ts b/src/index.ts index 69d2dba..768bd54 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,4 @@ +import "./style.css"; //@ts-ignore import init, { main } from "george"; diff --git a/style.css b/src/style.css similarity index 100% rename from style.css rename to src/style.css