chore: add trailingComma
This commit is contained in:
+1
-1
@@ -43,5 +43,5 @@ export type RouteProps = {
|
||||
export const routeProps = {
|
||||
url: String,
|
||||
replace: Boolean,
|
||||
to: [String, Object]
|
||||
to: [String, Object],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user