Skip to content

Commit

Permalink
fix cx import
Browse files Browse the repository at this point in the history
  • Loading branch information
forzalupo committed Nov 9, 2023
1 parent 2bfce8a commit 94893ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/base.colors.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { cx } from "@/lib/cx";
import { cx } from "@/cx";
import { WithStyleProps } from "@/types/with-style-props";
import { HashNavLink } from "~/components/hash-nav-link";
import type { MetaFunction } from "@vercel/remix";
Expand Down

0 comments on commit 94893ea

Please sign in to comment.