Skip to content

Commit

Permalink
feat:修复图表模糊问题
Browse files Browse the repository at this point in the history
  • Loading branch information
konodioda727 committed Sep 20, 2024
1 parent ca65acf commit b16fd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/main/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable react-hooks/exhaustive-deps */
/* eslint-disable import/first */
import { ScrollView, View } from '@tarojs/components';
import Taro, { useDidShow } from '@tarojs/taro';
import Taro from '@tarojs/taro';
import { useEffect, useMemo } from 'react';

import './index.scss';
Expand Down

0 comments on commit b16fd9b

Please sign in to comment.