diff --git a/app/routes/stocks.$ticker.tsx b/app/routes/stocks.$ticker.tsx new file mode 100644 index 0000000..d2b1957 --- /dev/null +++ b/app/routes/stocks.$ticker.tsx @@ -0,0 +1,2 @@ +export { loader } from "./analyze.ticker"; +export { default } from "./analyze.ticker";