mirror of
https://github.com/dzeiocom/markblog.git
synced 2025-07-29 07:59:50 +00:00
15
components/default.tsx
Normal file
15
components/default.tsx
Normal file
@ -0,0 +1,15 @@
|
||||
import React from 'react'
|
||||
|
||||
interface Props {
|
||||
}
|
||||
|
||||
export default class Name extends React.Component<Props, {}> {
|
||||
constructor(props: Props) {
|
||||
super(props)
|
||||
}
|
||||
render() {
|
||||
return (
|
||||
<span></span>
|
||||
)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user