make some components, almost done, need to do ui for notes/free play

This commit is contained in:
Loewy
2024-02-20 18:49:08 -08:00
parent 5cb1069c1c
commit 2505fc1bf7
6 changed files with 189 additions and 121 deletions

View File

@@ -97,3 +97,14 @@ export const mockYData = [
];
export const mockXValues = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
export const mock_session_details = {
sessionTitle: "Afternoon Session",
date: "Today at 2:37pm",
timePlayed: "5:03:10",
medianRun: "7.3",
makeRate: "34%",
shotPacing: "0:00:26",
gameType: "Free Play",
notes: "Lorem ipsum dolor sit amet, consectetur adipiscing elit...",
};