diff --git a/src/pages/following.jsx b/src/pages/following.jsx index ec5eda23..039513af 100644 --- a/src/pages/following.jsx +++ b/src/pages/following.jsx @@ -3,6 +3,7 @@ import { useSnapshot } from 'valtio'; import Timeline from '../components/timeline'; import { api } from '../utils/api'; +import states from '../utils/states'; import useTitle from '../utils/useTitle'; const LIMIT = 20;