diff --git a/app/dash/page.js b/app/dash/page.js new file mode 100644 index 0000000..aedf6a7 --- /dev/null +++ b/app/dash/page.js @@ -0,0 +1,18 @@ +'use client'; + +const GREEN = '#28CC95'; + +export default function LiveDashboard() { + return ( +
+
+

Live Trading

+

Coming soon, Meowster.

+

Find a profitable paper strategy first.

+ + ← Back to Paper Trading + +
+
+ ); +}