Skip to content

Commit

Permalink
Deploy: Fri Nov 15 14:05:40 MST 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmobrien committed Nov 15, 2024
1 parent 3bae34d commit 8b2e9e3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions apps/www/src/lib/components/docs/charts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,24 @@ export const Activity = {
render: () => null,
$$render: () => ''
};

export const Metric = {
render: () => null,
$$render: () => ''
};

// Add other potential chart components
export const Bar = {
render: () => null,
$$render: () => ''
};

export const Revenue = {
render: () => null,
$$render: () => ''
};

export const Subscription = {
render: () => null,
$$render: () => ''
};

0 comments on commit 8b2e9e3

Please sign in to comment.