ElMassimo / iles

🏝 The joyful site generator
https://iles.pages.dev
MIT License
1.07k stars 31 forks source link

Use type imports for imports not used as values #139

Closed dhruvkb closed 2 years ago

dhruvkb commented 2 years ago

Description 📖

This pull request changes some regular imports to type imports to solve #138.

Background 📜

Refer to #138 for the cause of the issue.

The Fix 🔨

By changing regular imports to type imports we can prevent TS from calling them out as errors and unblock the builds.

nx-cloud[bot] commented 2 years ago

Nx Cloud Report

CI is running for commit ca3a9a5e5a98fad77f84dbd8f793157cdd9ffddf.

📂 Click to track the progress, see the status, the terminal output, and the build insights.


Sent with 💌 from NxCloud.

ElMassimo commented 2 years ago

Thanks for your contribution @dhruvkb!