Create src/routes/__root.tsx

#12
Files changed (1) hide show
  1. src/routes/__root.tsx +4 -0
src/routes/__root.tsx ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ export const HEAD = {
2
+ title: 'Imageboard Grabber',
3
+ description: 'Boruu-style image grabber with batch ZIP download.',
4
+ };