"git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "c45109ed6059a66c32aeafa2c6c212fa37c5ec8c"
Commit e6eee073 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

web: fix `npm build`

parent 4c2b4589
......@@ -2,7 +2,7 @@
import { useEffect } from 'react'
export default function ({ url }: { url: string }) {
export default function Downloader({ url }: { url: string }) {
useEffect(() => {
window.location.href = url
}, [])
......
......@@ -2,7 +2,7 @@
import { useState } from 'react'
export default function () {
export default function Signup() {
const [email, setEmail] = useState('')
const [success, setSuccess] = useState(false)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment