REMOVE the error-throwing marko example story

why would do do this to ourselves?
This commit is contained in:
Norbert de Langen 2020-02-06 22:28:27 +01:00
parent 033153f04a
commit 072c7be885
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -8,5 +8,3 @@ export default {
};
export const Simple = () => ({ input: { name: 'abc', age: 20 } });
export const Story2 = () => 'NOT A MARKO RENDER_RESULT';
Story2.story = { name: 'with ERROR!' };