Skip to content

Commit

Permalink
Import entrypoints file in vercel frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Apr 9, 2023
1 parent bde2c97 commit b97c1d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-exports-vercel/src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// import all entrypoints
import "../entrypoints.js";

import Head from "next/head";
import { Inter } from "next/font/google";
import styles from "@/styles/Home.module.css";
Expand Down

0 comments on commit b97c1d4

Please sign in to comment.