Fix missing image file
This commit is contained in:
parent
b804ceaa47
commit
fdc0baab68
|
|
@ -30,6 +30,7 @@ import { SwitchInput } from '@/ui-component/switch/Switch'
|
||||||
import { Input } from '@/ui-component/input/Input'
|
import { Input } from '@/ui-component/input/Input'
|
||||||
import { StyledButton } from '@/ui-component/button/StyledButton'
|
import { StyledButton } from '@/ui-component/button/StyledButton'
|
||||||
import langsmithPNG from '@/assets/images/langchain.png'
|
import langsmithPNG from '@/assets/images/langchain.png'
|
||||||
|
import langfuseSVG from '@/assets/images/langfuse.svg'
|
||||||
import lunarySVG from '@/assets/images/lunary.svg'
|
import lunarySVG from '@/assets/images/lunary.svg'
|
||||||
|
|
||||||
// store
|
// store
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue