mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
- Remove unused BevyScene
and related dependencies.
- Refactor `InstallButton` and relocate it to `install/`. - Update `Toolbar` imports to reflect the new `InstallButton` structure. - Introduce `handleInstall` functionality for PWA installation prompt handling.
This commit is contained in:
7
packages/client/src/components/install/Install.tsx
Normal file
7
packages/client/src/components/install/Install.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React, { useEffect, useState } from 'react';
|
||||
|
||||
function InstallButton() {
|
||||
return <button onClick={handleInstall}>Install App</button>;
|
||||
}
|
||||
|
||||
export default InstallButton;
|
Reference in New Issue
Block a user