Skip to content

Commit

Permalink
Fix frontend linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
r800360 committed Mar 15, 2024
1 parent 0c7c06e commit 161328f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dfm-sideline-sidekick-app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { NavigationContainer, useNavigation } from "@react-navigation/native";
import { createNativeStackNavigator } from "@react-navigation/native-stack";
import { StackNavigationProp } from "@react-navigation/stack";
import { StatusBar } from "expo-status-bar";
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import React from "react";
import { StyleSheet } from "react-native";

Expand Down

0 comments on commit 161328f

Please sign in to comment.