Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
codipodi committed Mar 15, 2021
1 parent f1df896 commit 573f083
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import styles from "./styles.scss"

const backgroundColor = "#31363b"
const foregroundColor = "#eff0f1"

0 comments on commit 573f083

Please sign in to comment.