Skip to content

Commit

Permalink
moved progress bar into components folder
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousKitty committed Jul 28, 2024
1 parent cb2a401 commit 582d5f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/medicationProgress.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { StyleSheet, View, Text } from 'react-native'

Check warning on line 1 in frontend/components/medicationProgress.tsx

View workflow job for this annotation

GitHub Actions / lint

'Text' is defined but never used
import React from 'react'
import ProgressBar from '@/edited_packages/progressBar';
import ProgressBar from '@/screens/progressBar';

type progressProps = {
xp: number;
Expand Down
File renamed without changes.

0 comments on commit 582d5f9

Please sign in to comment.