mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
4ad0914b17
Implement generic Wizard component for future use in Gameyfin
3 lines
91 B
TypeScript
3 lines
91 B
TypeScript
const WizardStep = ({children}: { children: any }) => children;
|
|
|
|
export default WizardStep; |