Rename GraphsList -> GraphList

This commit is contained in:
Brandon Presley 2024-02-18 00:08:57 +13:00
parent 2d9c69a3dd
commit cc5089d4b4
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { StackScreenProps } from "@react-navigation/stack";
import { IconButton, useTheme, Banner } from "react-native-paper";
import { DrawerParams } from "./drawer-params";
import ExerciseList from "./ExerciseList";
import GraphsList from "./GraphsList";
import GraphsList from "./GraphList";
import InsightsPage from "./InsightsPage";
import PlanList from "./PlanList";
import SetList from "./SetList";