From 94ca5987544009f2da17fe27abc6c9de380d34fd Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Thu, 14 Oct 2021 23:32:50 +0200 Subject: Initial commit - config with index.hmtl --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/index.ts (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..00391b5 --- /dev/null +++ b/src/index.ts @@ -0,0 +1,2 @@ +import "@/styles/index.css"; + -- cgit v1.3.1