Commit 61a6819c authored by Joaquim Rocha's avatar Joaquim Rocha
Browse files

plugins/headlamp-plugin: Fix Notification import in lib

There was a typo (capital N).
parent c221ca8b
Showing with 1 addition and 1 deletion
+1 -1
import * as K8s from '../types/lib/k8s';
import * as ApiProxy from '../types/lib/k8s/apiProxy';
import * as Notification from '../types/lib/Notification';
import * as Notification from '../types/lib/notification';
import * as Router from '../types/lib/router';
import * as Utils from '../types/lib/util';
import { Headlamp, Plugin } from '../types/plugin/lib';
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment