Skip to content

Commit 0124e0f

Browse files
committed
Format code using prettier
1 parent a866fe7 commit 0124e0f

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

resources/src/AppLoader.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { Loading } from '@geist-ui/core'
22

3-
const AppLoader = () => (
4-
<Loading padding='10px'>Loading</Loading>
5-
)
3+
const AppLoader = () => <Loading padding="10px">Loading</Loading>
64

75
export { AppLoader }

resources/src/IconActionHelp.tsx

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
import { useContext } from 'react'
2-
import {
3-
ArrowDownCircle,
4-
Bookmark,
5-
Filter,
6-
HelpCircle,
7-
Moon,
8-
Search,
9-
Sun,
10-
} from '@geist-ui/icons'
2+
import { ArrowDownCircle, Bookmark, Filter, HelpCircle, Moon, Search, Sun } from '@geist-ui/icons'
113
import { Link, Modal, Text, Tooltip, useModal } from '@geist-ui/core'
124
import { DataContext } from './Data'
135
import { useEscClose } from './useEscClose'

resources/src/IconActions.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const IconActions = () => {
4242
</div>
4343

4444
<div className={floatingClasses}>
45-
<Grid.Container direction='column' gap={0.5}>
45+
<Grid.Container direction="column" gap={0.5}>
4646
<Grid>
4747
<IconActionTheme side />
4848
</Grid>

0 commit comments

Comments
 (0)