chore: fix build
9f642c63
1 file(s) · +2 −2
| 22 | 22 | const [isLoading, setIsLoading] = useState(true); |
|
| 23 | 23 | const [isSending, setIsSending] = useState(false); |
|
| 24 | 24 | const [inputText, setInputText] = useState(""); |
|
| 25 | - | const session = useStore($sessionStore); |
|
| 26 | - | const user = useStore($userStore); |
|
| 25 | + | //const session = useStore($sessionStore); |
|
| 26 | + | //const user = useStore($userStore); |
|
| 27 | 27 | ||
| 28 | 28 | async function fetchMessages() { |
|
| 29 | 29 | setIsLoading(true); |