params in url + error boundary
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
import '@emotion/react'
|
||||
|
||||
declare module '@emotion/react' {
|
||||
export interface Theme {
|
||||
colors: {
|
||||
main: string
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user