import React from 'react'; const Credits: React.FC = () => { return (

Credits

Icons

This project utilizes the following icon resources:

fontawesome

Fonts

The fonts used in this project are provided by:

Poppins Inconsolata, Merriweather, Noto Sans, Noto Serif, Playfair Display, Bangers, Caveat, Frederika the Great, Sofadi One, Zilla Slab Highlight Roboto, Rock Salt Ubuntu
); }; export default Credits;