Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
christophertorres1 committed Dec 11, 2024
1 parent 151bc76 commit 014badd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddTrees/AddTrees.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react';
import { Alert, Text, TextInput, TouchableOpacity, View } from 'react-native';
import { addMultipleTrees, generateQRImage } from '../../supabase/queries';
import { addMultipleTrees, generateQRImage } from '@/supabase/queries/trees';
import styles from './styles';

export default function AddTrees() {
Expand Down

0 comments on commit 014badd

Please sign in to comment.