add charts folder in component

This commit is contained in:
Loewy 2024-01-11 22:59:15 -08:00
parent 28a0426096
commit a9afd7e0a9
5 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import React from 'react';
import { G, Line } from 'react-native-svg';
import { colors } from '../styles';
import { colors } from '../../styles';
import { ScaleFunction } from './graph-types';
interface CustomGridProps {