mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
import { createApi } from 'unsplash-js';
|
|
|
|
export const unsplash = createApi({
|
|
accessKey: process.env.UNSPLASH_ACCESS_KEY!,
|
|
fetch: fetch,
|
|
});
|