Skip to content

Commit 3b56f96

Browse files
committed
fix: restore missing analytics import lost during merge
1 parent c045934 commit 3b56f96

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/context/AppContext.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { createContext, useContext, useState, useCallback, useEffect, useMemo } from 'react'
22
import { fetchOrg, fetchRepos, fetchContributors, fetchIssues, fetchRateLimit } from '../services/github'
3+
import { buildAnalyticalModel, getTopRepositories } from '../services/analytics'
34

45
const Ctx = createContext(null)
56

0 commit comments

Comments
 (0)