mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-11 09:40:31 +08:00
12 lines
136 B
JavaScript
12 lines
136 B
JavaScript
import React from 'react'
|
|
|
|
const WithModal = () => {
|
|
return (
|
|
<>
|
|
|
|
</>
|
|
)
|
|
}
|
|
|
|
export default WithModal
|