Skip to content

Commit

Permalink
path test
Browse files Browse the repository at this point in the history
  • Loading branch information
shayan-roshan committed Jan 3, 2024
1 parent 6b44beb commit f6a7485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/main.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ module.exports = {

staticDirs: [
'../node_modules/accessible-html5-video-player/js',
{ from: '../apps/sam-design-system-site/src/assets/', to: 'assets' },
{ from: '../apps/sam-design-system-site/src/assets/', to: '/assets' },
{ from: '../node_modules/@uswds/uswds/dist/fonts/', to: '/assets/uswds/fonts/'},
{ from: '../node_modules/@uswds/uswds/dist/img/', to: '/sam-design-system/assets/uswds/img/'},
{ from: '../node_modules/@uswds/uswds/dist/img/', to: '/assets/uswds/img/'},
{ from: '../node_modules/@gsa-sam/sam-styles/sam-styles/packages/images/', to: '/assets/uswds/img/'},
],

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<div class="margin-2">
<p><code>selectAllOption: true </code> is used to enable the nesting checkboxes.</p>
<p> test </p>
<form [formGroup]="form">
<formly-form [model]="model" [fields]="fields" [options]="options" [form]="form"></formly-form>
</form>
Expand Down

0 comments on commit f6a7485

Please sign in to comment.