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