1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-26 18:21:02 +00:00

Move global highlight to material

This commit is contained in:
Yassine Guedidi 2025-01-19 18:22:26 +01:00
parent 8c2df28596
commit e63f7ab12e
2 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,7 @@ import '@fontsource/montserrat';
import '@fontsource/oswald'; import '@fontsource/oswald';
/* Highlight */ /* Highlight */
import '../_global/js/highlight'; import './js/highlight';
import { savePercent, retrievePercent } from '../_global/js/tools'; import { savePercent, retrievePercent } from '../_global/js/tools';