Update web

This commit is contained in:
MacRimi
2025-12-13 21:19:08 +01:00
parent cca6e71911
commit 9e3334d75f
39 changed files with 292 additions and 171 deletions

View File

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