mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 16:20:03 +00:00
Fix Multi-Step-Wizard
Implement generic Wizard component for future use in Gameyfin
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
const WizardStep = ({children}: { children: any }) => children;
|
||||
|
||||
export default WizardStep;
|
||||
Reference in New Issue
Block a user