Commit 9f5a7e2d authored by Luke Bennett's avatar Luke Bennett

Update dismissable_callout.js to correct missing import path slash

parent ba2ad0f0
import PersistentUserCallout from '.persistent_user_callout';
import PersistentUserCallout from './persistent_user_callout';
export default function initDismissableCallout(alertSelector) {
const alertEl = document.querySelector(alertSelector);
......
Markdown is supported
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