Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory711 committed Oct 11, 2024
1 parent 37840bd commit 1bb3221
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/Pages/AboutUsPage.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import React from "react";
import { Linking, ScrollView, View } from "react-native";
import { Button, Text, useTheme } from "react-native-paper";
import {
calculateCardsPerRow,
CARD_PADDING,
CARD_WIDTH,
} from "../Components/Home/Cards";
import { calculateCardsPerRow, CARD_WIDTH } from "../Components/Home/Cards";
import { useNewWindowDimensions } from "../Functions/WindowDimensions";
import { teamMembers } from "../Data/members";

Expand Down

0 comments on commit 1bb3221

Please sign in to comment.