Update web

This commit is contained in:
MacRimi
2025-12-13 20:20:21 +01:00
parent 7fbd377ab2
commit cca6e71911
39 changed files with 169 additions and 290 deletions

View File

@@ -32,4 +32,3 @@ const Steps: React.FC<StepsProps> & { Step: typeof Step } = ({ children }) => (
Steps.Step = Step
export { Steps }