MCPcopy Create free account
hub / github.com/codecombat/codecombat / Template

Function Template

app/views/schools/StatsComponent.stories.js:8–11  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

6}
7
8const Template = (args) => ({
9 components: { StatsComponent },
10 template: '<stats-component v-bind="args" />'
11})
12
13export const Default = Template.bind({})
14Default.args = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected