Initial commit & basic panel structure
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import * as React from 'react'
|
||||
|
||||
export const ViewComponent = () => {
|
||||
return (
|
||||
<div/>
|
||||
)
|
||||
}
|
||||
|
||||
ViewComponent.displayName = 'ViewComponent'
|
||||
Reference in New Issue
Block a user