diff --git a/lms/static/js/accessible_components/StatusBarAlert.jsx b/lms/static/js/accessible_components/StatusBarAlert.jsx
index 649ef5422b..6d974fb7d4 100644
--- a/lms/static/js/accessible_components/StatusBarAlert.jsx
+++ b/lms/static/js/accessible_components/StatusBarAlert.jsx
@@ -4,7 +4,7 @@ Wrapper for React/Paragon accessible status bar
import React from 'react';
import ReactDOM from 'react-dom';
-import StatusAlert from '@edx/paragon/src/StatusAlert/index.jsx';
+import { StatusAlert } from '@edx/paragon/static';
export class StatusAlertRenderer {
constructor(message, selector, afterselector) {
diff --git a/lms/templates/wiki/base.html b/lms/templates/wiki/base.html
index ec344b6c20..66ef9aeb73 100644
--- a/lms/templates/wiki/base.html
+++ b/lms/templates/wiki/base.html
@@ -13,6 +13,8 @@
{% stylesheet 'style-course-vendor' %}
{% stylesheet 'style-course' %}
+
+