add flamethrower router

This commit is contained in:
Jacky Zhao 2023-06-07 22:38:45 -07:00
parent 317cce9314
commit 59109a8c1d
5 changed files with 16 additions and 9 deletions
quartz/components/scripts

View file

@ -0,0 +1,3 @@
import flamethrower from 'flamethrower-router'
const router = flamethrower()
export default "SpaScript"