'use client' import React from 'react' export const TestComponent: React.FC = () => { return (
Test Component from the global admin.dependencies
) }