import React from 'react'; import tw from 'twin.macro'; import AdminContentBlock from '@/components/admin/AdminContentBlock'; import Button from '@/components/elements/Button'; export default () => { return (

Locations

All locations that nodes can be assigned to for easier categorization.

); };