mirror of
https://github.com/symfony/recipes.git
synced 2026-09-19 02:56:23 +03:00
Move recipes from metas to packs (#1093)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import { HydraAdmin } from '@api-platform/admin';
|
||||
|
||||
const entrypoint = document.getElementById('api-entrypoint').innerText;
|
||||
|
||||
ReactDOM.render(<HydraAdmin entrypoint={entrypoint}/>, document.getElementById('api-platform-admin'));
|
||||
Reference in New Issue
Block a user