Link root path to tasks component

This commit is contained in:
0x1eef 2024-01-29 13:33:26 -03:00
parent 899e8f5b3a
commit d0494a559c

View file

@ -20,6 +20,7 @@ end
compile("/html/react.html.erb", rep: "tasks/index") do
filter(:erb, locals: {src: "/js/main/tasks.js"})
write("/tasks/index.html")
write("/index.html")
end
##