Skip to content

Commit 7791650

Browse files
committed
fix
1 parent 61b2d78 commit 7791650

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/lib/auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import React, { createContext, useContext, useState, useEffect } from 'react';
2+
import { config } from '../config/app';
23
import { getFile, putFile } from './github';
34
import { parseFrontmatter, stringifyFrontmatter, generateGravatarUrl } from './utils';
45
import { swManager } from './serviceWorker';

src/pages/ProfilePage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React, { useState, useRef } from 'react';
22
import { useNavigate } from 'react-router-dom';
33
import { ArrowLeft, Camera, Save, User as UserIcon, Calendar, Globe } from 'lucide-react';
4+
import { useAuth } from '../lib/auth';
45
import { useTheme } from '../lib/theme';
56
import { useTranslation } from '../lib/i18n';
67
import { putFile, getFile } from '../lib/github';

0 commit comments

Comments
 (0)