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

Create Node

Add a new node to the panel.

); };