Migrate to external library for interacting with API

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-08-04 16:09:52 +02:00
parent 963ffb3d45
commit 4dfdfcccd3
137 changed files with 1136 additions and 2094 deletions

View File

@ -42,7 +42,6 @@ const SearchPage: React.FC<ISearchPage> = ({ children }) => {
<WhoToFollowPanel limit={3} />
)}
<LinkFooter />
</Layout.Aside>
</>