Skip to content

Commit 2943fe6

Browse files
committed
refactor: imports
Signed-off-by: Adam Setch <[email protected]>
1 parent 7950933 commit 2943fe6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/renderer/components/layout/Contents.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { Box } from '@primer/react';
22
import type { FC, ReactNode } from 'react';
3+
34
import { cn } from '../../utils/cn';
45

56
interface IContents {

src/renderer/components/layout/EmojiSplash.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { Box, Stack } from '@primer/react';
22
import type { FC } from 'react';
3+
34
import { EmojiText } from '../primitives/EmojiText';
45
import { Centered } from './Centered';
56

0 commit comments

Comments
 (0)