@page "/feed"
@implements IDisposable
@inject IJSRuntime JS
@inject State State
@inject NavigationManager Nav
A feed of all the statuses and pics of the people you follow.
@if(!(State.Following?.Any() ?? false)) {
It looks like you're not following anyone yet.
Check out the Directory (or other parts of the app) to find awesome people to follow.