Live video on the AT Protocol

update imports for home 😭

Natalie B 5355f7df 660f1683

+4 -4
+4 -4
js/app/src/screens/home.tsx
··· 2 2 import AQLink from "components/aqlink"; 3 3 import ErrorBox from "components/error/error"; 4 4 import Loading from "components/loading/loading"; 5 - import StreamCardHorizontal, { StreamCardSize } from "components/ui/cards"; 6 - import Container from "components/ui/container"; 7 - import LiveDot from "components/ui/live-dot"; 8 - import Title from "components/ui/title"; 5 + import StreamCardHorizontal, { StreamCardSize } from "components/home/cards"; 6 + import Container from "components/home/container"; 7 + import LiveDot from "components/home/live-dot"; 8 + import Title from "components/home/title"; 9 9 import { 10 10 pollSegments, 11 11 Repo,