Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Jan 30, 2025
1 parent 8f1dc4a commit e29c7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/createRouterHooks.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { App, InjectionKey } from 'vue'
import { InjectionKey } from 'vue'
import { AddAfterRouteHook, AddBeforeRouteHook, AddGlobalRouteHooks, AfterHookContext, AfterRouteHook, AfterRouteHookResponse, BeforeHookContext, BeforeRouteHook, BeforeRouteHookResponse, AddComponentAfterRouteHook, AddComponentBeforeRouteHook, RouteHookAfterRunner, RouteHookBeforeRunner } from '@/types/hooks'
import { createCallbackContext } from './createCallbackContext'
import { RouteHooks } from '@/models/RouteHooks'
Expand Down

0 comments on commit e29c7e4

Please sign in to comment.