mirror of
https://github.com/janishutz/fundamentals-of-webengineering.git
synced 2025-11-25 05:44:24 +00:00
6 lines
168 B
TypeScript
6 lines
168 B
TypeScript
import "@fortawesome/fontawesome-free/css/all.css";
|
|
import "../css/layout.css";
|
|
import "@picocss/pico/css/pico.min.css";
|
|
|
|
// TODO start here with the first entry point
|