Yuki Takei преди 1 година
родител
ревизия
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;
 };