Skip to content

Commit

Permalink
Add story for sentinel file errors message
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhobbs committed Oct 17, 2024
1 parent 0d0f788 commit 8768fa4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions node-src/ui/messages/errors/sentinelFileErrors.stories.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import sentinelFileErrors from './sentinelFileErrors';

export default {
title: 'CLI/Messages/Errors',
};

export const SentinelFileErrors = () => sentinelFileErrors();

0 comments on commit 8768fa4

Please sign in to comment.