Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Headlamp
Commits
61a6819c
Commit
61a6819c
authored
3 years ago
by
Joaquim Rocha
Browse files
Options
Download
Email Patches
Plain Diff
plugins/headlamp-plugin: Fix Notification import in lib
There was a typo (capital N).
parent
c221ca8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/headlamp-plugin/lib/index.ts
+1
-1
plugins/headlamp-plugin/lib/index.ts
with
1 addition
and
1 deletion
+1
-1
plugins/headlamp-plugin/lib/index.ts
+
1
-
1
View file @
61a6819c
import
*
as
K8s
from
'
../types/lib/k8s
'
;
import
*
as
ApiProxy
from
'
../types/lib/k8s/apiProxy
'
;
import
*
as
Notification
from
'
../types/lib/
N
otification
'
;
import
*
as
Notification
from
'
../types/lib/
n
otification
'
;
import
*
as
Router
from
'
../types/lib/router
'
;
import
*
as
Utils
from
'
../types/lib/util
'
;
import
{
Headlamp
,
Plugin
}
from
'
../types/plugin/lib
'
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment