mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-24 00:43:29 +10:00
fix(email): import React in auth template for server-side rendering compatibility
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import * as React from "react";
|
||||
import {
|
||||
Body,
|
||||
Button,
|
||||
@@ -16,6 +17,9 @@ import {
|
||||
Text,
|
||||
} from "react-email";
|
||||
|
||||
// ponytail: server dev consumes this source through tsx, which emits React.createElement here.
|
||||
void React;
|
||||
|
||||
const appName = "Reactive Resume";
|
||||
const logoUrl = "https://rxresu.me/icon/dark.svg";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user