Skip to content

Commit 845f776

Browse files
committed
refactor: move style import to non-interactive tree to fix build errors
1 parent b98e198 commit 845f776

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

components/advertisement/advertisement.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from 'react';
22
import Link from '../link/link';
3-
import './advertisement-style';
43

54
// Imports for Ad Content
65
import AGLogo from '../../assets/ag-grid-logo.png';

components/page/page.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import Gitter from '../gitter/gitter';
66
import Contributors from '../contributors/contributors';
77
import './page-style';
88
import '../sidebar/sidebar-style';
9+
import '../advertisement/advertisement-style';
910
import '../gitter/gitter-style';
1011
import { trimEnd } from 'lodash';
1112

0 commit comments

Comments
 (0)