mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 10:36:43 +03:00
Move admin-pack recipe to admin-meta (#1061)
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
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