Skip to content

Commit

Permalink
Fixed less file import
Browse files Browse the repository at this point in the history
  • Loading branch information
theoplawinski committed Sep 12, 2023
1 parent 9c9fd6c commit 203935e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/front/src/components/baseButton/BaseButton.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { MutableRefObject } from "react"
import css from "./MainButton.module.less"
import css from "./BaseButton.module.less"
import { Link, openRoute, TOpenRouteParams } from "@cher-ami/router"
import { mergeStrings as merge } from "@cher-ami/utils"
import debug from "@wbe/debug"
Expand Down

0 comments on commit 203935e

Please sign in to comment.