storybook

1#!/bin/bash
2
3if [ -z "$1" ]; then
4    cargo run -p storybook2
5else
6    cargo run -p storybook2 -- "components/$1"
7fi