mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-08-20 12:06:23 +00:00
6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
/**
|
|
* @namespace Chart
|
|
*/
|
|
import Chart from './core/core.controller.js';
|
|
export default Chart;
|