Fix missing image file

This commit is contained in:
Ilango 2024-03-06 17:17:40 +05:30
parent b804ceaa47
commit fdc0baab68
1 changed files with 1 additions and 0 deletions

View File

@ -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