From 1debfc2c12cb324062966dd66a8dc523dc4e7bc4 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 6 Feb 2023 01:10:49 +0800 Subject: [PATCH] Fix missing states --- src/pages/following.jsx | 1 + 1 file changed, 1 insertion(+) 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;