generated from nhcarrigan/template
7 lines
133 B
TypeScript
7 lines
133 B
TypeScript
import { forecast } from "./forecast";
|
|
|
|
/**
|
|
* TODO: Migrate this to an automated import.
|
|
*/
|
|
export const CommandList = [forecast];
|