We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7950933 commit 2943fe6Copy full SHA for 2943fe6
src/renderer/components/layout/Contents.tsx
@@ -1,5 +1,6 @@
1
import { Box } from '@primer/react';
2
import type { FC, ReactNode } from 'react';
3
+
4
import { cn } from '../../utils/cn';
5
6
interface IContents {
src/renderer/components/layout/EmojiSplash.tsx
import { Box, Stack } from '@primer/react';
import type { FC } from 'react';
import { EmojiText } from '../primitives/EmojiText';
import { Centered } from './Centered';
0 commit comments