We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4627a9f commit 7e6a2a0Copy full SHA for 7e6a2a0
src/pages/staking/index.tsx
@@ -21,9 +21,8 @@ import StakingCommunityCallout from "../../components/Staking/StakingCommunityCa
21
22
import { translateMessageId, TranslationKey } from "../../utils/translations"
23
import { getImage } from "../../utils/image"
24
-import type { Context } from "../../types"
25
26
-type ChildOnlyProp = { children: ReactNode }
+import type { ChildOnlyProp, Context } from "../../types"
27
28
const Content = (props: ChildOnlyProp) => (
29
<Box p="1rem 2rem" w="full" {...props} />
0 commit comments