mirror of
https://github.com/koloml/philomena-tagging-assistant.git
synced 2026-05-09 15:12:21 +00:00
Renaming all content scripts to TS
This commit is contained in:
7
src/content/header.ts
Normal file
7
src/content/header.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { initializeSiteHeader } from "$lib/components/SiteHeaderWrapper";
|
||||
|
||||
const siteHeader = document.querySelector('.header');
|
||||
|
||||
if (siteHeader) {
|
||||
initializeSiteHeader(siteHeader);
|
||||
}
|
||||
Reference in New Issue
Block a user