Refactor components by removing unused imports and components.
This commit is contained in:
@@ -27,8 +27,6 @@ const TOOLTIP_BASE = {
|
||||
const screenWidth = Dimensions.get("window").width;
|
||||
|
||||
export default function DashboardScreen() {
|
||||
const router = useRouter();
|
||||
const alert = useAlert();
|
||||
|
||||
const [chartData, setChartData] = useState<any>({
|
||||
costiRicavi: null,
|
||||
|
||||
Reference in New Issue
Block a user