params in url + error boundary

This commit is contained in:
Primakov Alexandr Alexandrovich
2024-10-24 20:04:54 +03:00
parent c28721b1f4
commit b631206c44
14 changed files with 337 additions and 13 deletions

9
types/emotion.d.ts vendored Normal file
View File

@@ -0,0 +1,9 @@
import '@emotion/react'
declare module '@emotion/react' {
export interface Theme {
colors: {
main: string
}
}
}