mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 15:17:58 +08:00
9 lines
108 B
JavaScript
9 lines
108 B
JavaScript
|
import React from 'react'
|
||
|
|
||
|
const Index = () => {
|
||
|
return (
|
||
|
<div>Index</div>
|
||
|
)
|
||
|
}
|
||
|
|
||
|
export default Index
|