Yuki Takei 1 год назад
Родитель
Сommit
9836def7ed
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      apps/app/src/client/components/UsersHomepageFooter.tsx

+ 2 - 1
apps/app/src/client/components/UsersHomepageFooter.tsx

@@ -3,11 +3,12 @@ import React, { useState } from 'react';
 import { useTranslation } from 'next-i18next';
 
 import { RecentCreated } from '~/client/components/RecentCreated/RecentCreated';
-import styles from '~/components/UsersHomepageFooter.module.scss';
 import { useCurrentUser } from '~/stores/context';
 
 import { BookmarkFolderTree } from './Bookmarks/BookmarkFolderTree';
 
+import styles from './UsersHomepageFooter.module.scss';
+
 type UsersHomepageFooterProps = {
   creatorId: string;
 };