Skip to content

Commit

Permalink
ar(mui) capital import
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Feb 8, 2024
1 parent c7d0079 commit d7a649d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @atoms/button-view.tsx
'use client';
import { Button } from "@mui/base/button"
import { Button } from "@mui/base/Button"
import { clsx } from "clsx"
import styles from "./button.module.css"
import { TpositionX, Tthemes, Tsize } from "@types"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// @atoms/button-view.tsx
'use client';
import { Input } from "@mui/base/input"
import { clsx } from "clsx"
import styles from "./divider.module.css"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @atoms/button-view.tsx
'use client';
import type { TpositionX, Tthemes } from "@types"
import { Input } from "@mui/base/input"
import { Input } from "@mui/base/Input"
import { debounce } from "@helpers"
import { clsx } from "clsx"
import styles from "./input.module.css"
Expand Down

0 comments on commit d7a649d

Please sign in to comment.