This directory contains code from Point-Free Episode: Tour of Sharing: File Storage, Part 1
@Shared
is far more than a glorified version of@AppStorage
: it can be customized with additional persistence strategies, including the file storage strategy that comes with the library, which persists far more complex data than user defaults. We will create a complex, new feature that is powered by the file system.