Debug component importation (#1289)

with   import { Debug } from 'astro/debug'   :
   Debug = undefined
   Error: Unable to render Debug because it is undefined! Did you forget to import the component or is it possible there is a typo?
This commit is contained in:
raph_5 2021-09-02 00:03:25 +02:00 committed by GitHub
parent 7f6c35f636
commit cdc69792f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ See the [list of languages supported by Prism](https://prismjs.com/#supported-la
```astro
---
import { Debug } from 'astro/debug';
import Debug from 'astro/debug';
const serverObject = {
a: 0,
b: "string",