9d121d8e9a
closes https://linear.app/tryghost/issue/ANAL-10/stats-page-in-ghost-admin - Adds all the structure, logic and permissions tests for the Stats page to check we're loading the right thing at the right time - Adds @tinybirdco/charts as a dependency, and has a single example of a chart setup using the right config
5 lines
105 B
JavaScript
5 lines
105 B
JavaScript
import Controller from '@ember/controller';
|
|
|
|
export default class StatsController extends Controller {
|
|
}
|