16 lines
429 B
TypeScript
16 lines
429 B
TypeScript
/*
|
|
// Date: 2023-03-07
|
|
// Developer: Hyperling
|
|
// Purpose: Provide a UI for folks to log a food diary, providing a simple way
|
|
// to enter the data and an easy way to filter/sort what caused issues.
|
|
// Resources: Most helpful tutorials when learning Typescript and React.
|
|
// https://blog.logrocket.com/how-use-typescript-react-tutorial-examples/
|
|
*/
|
|
|
|
// Attach all the needed helpers.
|
|
import "src/includes.ts";
|
|
|
|
/* Main, UI */
|
|
|
|
|