summaryrefslogtreecommitdiff
path: root/source/refined-github.ts
diff options
context:
space:
mode:
Diffstat (limited to 'source/refined-github.ts')
-rw-r--r--source/refined-github.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/refined-github.ts b/source/refined-github.ts
index 2093c5e0..398a8646 100644
--- a/source/refined-github.ts
+++ b/source/refined-github.ts
@@ -21,7 +21,6 @@ import './features/readable-title-change-events.css';
import './features/clean-checks-list.css';
import './features/sticky-csv-header.css';
import './features/mark-private-repos.css';
-import './features/clean-repo-header.css';
// DO NOT add CSS files here if they are part of a JavaScript feature.
// Import the `.css` file from the `.tsx` instead.
@@ -33,6 +32,7 @@ import './features/hide-newsfeed-noise.js';
import './features/minimize-upload-bar.js';
import './features/hide-diff-signs.js';
import './features/clean-rich-text-editor.js';
+import './features/clean-repo-header.js';
// Disableable features
import './features/useful-not-found-page.js';