fix whitespaces and canactivate

pull/1342/head
bunsenstraat 3 years ago committed by davidzagi93@gmail.com
parent 6cdd9aca91
commit 25e677de8f
  1. 4
      libs/remix-ui/plugin-manager/src/types.d.ts

@ -180,7 +180,11 @@ export interface FormStateProps {
hash: string
methods: any
location: string
<<<<<<< HEAD
canActivate?: any
=======
canActivate: any
>>>>>>> ceb5496f4 (fix whitespaces and canactivate)
}
export type PluginManagerProfile = Profile & {

Loading…
Cancel
Save