pull/5370/head
bunsenstraat 3 months ago
parent b3ab2c272e
commit 6e1fe307ed
  1. 3
      libs/remix-ui/git/src/components/gitui.tsx

@ -52,6 +52,9 @@ export const GitUI = (props: IGitUi) => {
type: 'info',
title: 'Loading Git Plugin'
})
setTimeout(() => {
setAppLoaded(true)
}, 2000)
}, [])
useEffect(() => {

Loading…
Cancel
Save