Przeglądaj źródła

fix import line

Yuki Takei 1 rok temu
rodzic
commit
9836def7ed

+ 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;
 };