diff options
author | 2023-09-17 14:05:33 +0800 | |
---|---|---|
committer | 2023-09-17 14:05:33 +0800 | |
commit | ca584846ff0ded8dd79cb877dccdab9570aface9 (patch) | |
tree | 887ddc9486640d98cfb56cb213f527106d6e65b5 /source/refined-github.ts | |
parent | 98d785403903d10e706bd0cd3b12c8a5854738d8 (diff) | |
download | refined-github-ca584846ff0ded8dd79cb877dccdab9570aface9.tar.gz refined-github-ca584846ff0ded8dd79cb877dccdab9570aface9.tar.zst refined-github-ca584846ff0ded8dd79cb877dccdab9570aface9.zip |
Restore `clean-repo-header` feature (#6908)
Diffstat (limited to '')
-rw-r--r-- | source/refined-github.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/refined-github.ts b/source/refined-github.ts index 6ff6c7ed..e06572f5 100644 --- a/source/refined-github.ts +++ b/source/refined-github.ts @@ -21,6 +21,7 @@ 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. |