Add loading to editor
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import React from 'react'
|
||||
import { IPlayground } from '@/components/Playground/shared'
|
||||
|
||||
const ReactPlayground: React.FC<IPlayground> = () => {
|
||||
const ReactPlayground: React.FC = () => {
|
||||
return <></>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user