Add loading to editor

This commit is contained in:
2024-01-09 17:50:59 +08:00
parent d802844516
commit e846c28082
3 changed files with 104 additions and 47 deletions

View File

@@ -1,7 +1,6 @@
import React from 'react'
import { IPlayground } from '@/components/Playground/shared'
const ReactPlayground: React.FC<IPlayground> = () => {
const ReactPlayground: React.FC = () => {
return <></>
}