Skip to content

Commit

Permalink
Merge pull request #55843 from truph01/fix/55831
Browse files Browse the repository at this point in the history
[CP Staging] fix: missing React import

(cherry picked from commit 79727b0)

(CP triggered by mountiny)
  • Loading branch information
lakchote authored and OSBotify committed Jan 28, 2025
1 parent 06c4fc6 commit 0480480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Button/ButtonDisabledWhenOffline.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import useNetwork from '@hooks/useNetwork';
import Button from '.';
import type {ButtonProps} from '.';
Expand Down

0 comments on commit 0480480

Please sign in to comment.