mirror of
https://github.com/strapi/strapi.git
synced 2025-10-01 19:36:23 +00:00
6 lines
108 B
React
6 lines
108 B
React
![]() |
const App = () => {
|
||
|
return 'I am a workspace plugin, imported via node_modules.';
|
||
|
};
|
||
|
|
||
|
export default App;
|