We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f374d commit 15a1f47Copy full SHA for 15a1f47
1 file changed
src/components/Site/Site.jsx
@@ -20,7 +20,6 @@ import isClient from '../../utilities/is-client';
20
import getAdjacentPages from '../../utilities/get-adjacent-pages/index.mjs';
21
22
// Import Components
23
-import NotificationBar from '../NotificationBar/NotificationBar';
24
import Navigation from '../Navigation/Navigation';
25
import SidebarMobile from '../SidebarMobile/SidebarMobile';
26
import Container from '../Container/Container';
@@ -294,7 +293,7 @@ function Site(props) {
294
293
</Route>
295
</Routes>
296
<Footer />
297
- <NotificationBar />
+
298
</div>
299
);
300
}
0 commit comments