mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 10:42:08 +00:00
7 lines
153 B
TypeScript
7 lines
153 B
TypeScript
import SparkPost from 'sparkpost';
|
|
import { SPARKPOST_API_KEY } from '../env';
|
|
|
|
const client = new SparkPost(SPARKPOST_API_KEY);
|
|
|
|
export default client;
|