Skip to content
Snippets Groups Projects
Commit 9f5a7e2d authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Update dismissable_callout.js to correct missing import path slash

parent ba2ad0f0
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
import PersistentUserCallout from '.persistent_user_callout';
import PersistentUserCallout from './persistent_user_callout';
 
export default function initDismissableCallout(alertSelector) {
const alertEl = document.querySelector(alertSelector);
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment