- rename more files to .ts/.tsx - update tailwind config to use .tsx files from all dirs - merge css files into a single main.css to avoid import order dependencies - minor cleanups due to ts complaints
12 lines
167 B
JavaScript
12 lines
167 B
JavaScript
/* Imports */
|
|
import { goodjudgment } from "../platforms/goodjudgment-fetch";
|
|
|
|
/* Definitions */
|
|
|
|
/* Utilities */
|
|
|
|
/* Support functions */
|
|
|
|
/* Body */
|
|
goodjudgment();
|