Skip to content

Commit

Permalink
Publish ProfileBrowser.
Browse files Browse the repository at this point in the history
Part of #64.
  • Loading branch information
jkomoros committed Sep 4, 2023
1 parent ff86396 commit 6ccd62a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ import {
Profile
} from './profile.js';

import {
ProfileBrowser
} from './profile_browser.js';

import {
Template
} from './template.js';
Expand All @@ -20,6 +24,7 @@ export {
Garden,
Environment,
Profile,
ProfileBrowser,
Template
};

Expand Down

0 comments on commit 6ccd62a

Please sign in to comment.