Rename ReactPlayground to Playground
This commit is contained in:
8
src/components/Playground/index.tsx
Normal file
8
src/components/Playground/index.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react'
|
||||
import { IPlayground } from '@/components/Playground/shared'
|
||||
|
||||
const ReactPlayground: React.FC<IPlayground> = () => {
|
||||
return <></>
|
||||
}
|
||||
|
||||
export default ReactPlayground
|
||||
Reference in New Issue
Block a user