Skip to content

Commit ede2414

Browse files
committed
Update
1 parent 8da8bc4 commit ede2414

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

frontend/src/components/ui/color-mode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
import type { IconButtonProps, SpanProps } from "@chakra-ui/react"
44
import { ClientOnly, IconButton, Skeleton, Span } from "@chakra-ui/react"
5-
import type { ThemeProviderProps } from "next-themes"
65
import { ThemeProvider, useTheme } from "next-themes"
6+
import type { ThemeProviderProps } from "next-themes"
77
import * as React from "react"
88
import { LuMoon, LuSun } from "react-icons/lu"
99

frontend/src/components/ui/pagination.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import type { ButtonProps, TextProps } from "@chakra-ui/react"
44
import {
55
Button,
66
Pagination as ChakraPagination,
7-
createContext,
87
IconButton,
98
Text,
9+
createContext,
1010
usePaginationContext,
1111
} from "@chakra-ui/react"
1212
import * as React from "react"

frontend/src/components/ui/password-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import {
1111
HStack,
1212
IconButton,
1313
Input,
14-
mergeRefs,
1514
Stack,
15+
mergeRefs,
1616
useControllableState,
1717
} from "@chakra-ui/react"
1818
import { forwardRef, useRef } from "react"

frontend/src/components/ui/toaster.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
import {
44
Toaster as ChakraToaster,
5-
createToaster,
65
Portal,
76
Spinner,
87
Stack,
98
Toast,
9+
createToaster,
1010
} from "@chakra-ui/react"
1111

1212
export const toaster = createToaster({

0 commit comments

Comments
 (0)