Separate Axios Client Into Unique File
Presently, the Axios client responsible for authenticated connections to the server lives in the frontend/admin/AdminViews.js
file, but that's not the most obvious, nor the most helpful. It should be moved to its own, unique file where it can be imported for each of the admin components that need an authenticated, refreshing connection to the server.