Skip to content

Commit 1b85cb4

Browse files
committed
fix: import using .ts extension
1 parent 7a1ff11 commit 1b85cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/configs/src/colors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ and creates a dictionary with the light and dark shades of each color.
55
Full list of colors is available at:
66
https://tailwindcss.com/docs/customizing-colors
77
*/
8-
import colors from './tailwindColors.ts';
8+
import colors from './tailwindColors';
99

1010
export const BG_COLORS = {
1111
red: {

0 commit comments

Comments
 (0)