Skip to content

Commit

Permalink
Merge pull request #168 from calrloco/master
Browse files Browse the repository at this point in the history
Fix Tsx import
  • Loading branch information
onesine authored Jul 18, 2023
2 parents 8ef115a + 4a63ac0 commit f8555c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ColorKeys, Colors } from "types";
import { ColorKeys, Colors } from "../types";

export const COLORS = [
"blue",
Expand Down

0 comments on commit f8555c1

Please sign in to comment.