Skip to content

Commit

Permalink
fix: add React import to ButtonGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Oct 24, 2024
1 parent cb25df9 commit 321dd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/examples/src/components/ButtonGroup.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Fragment } from "react";
import React, { Fragment } from "react";
import {
ScrollView,
StyleSheet,
Expand Down

0 comments on commit 321dd0f

Please sign in to comment.