The user interface doesn't really look as we would like it to. This is because we haven't imported the styles of the previous version.
Go ahead and copy the previous styles over to src/styles.scss. You can find a copy of the old stylesheet in the assets of this book, under Chapter08/mediaman-v2/src/styles.scss. The user interface should now look better!
Also, if you look at the console, you'll see that the book collection creation already works. We're just lacking a way to add books and display the collections. Let's do that next!