···1import {
2 type ShTangledRepo,
3 type AppBskyActorProfile,
4- type Actor,
5- type IndexedRecord,
6} from "../generated_client.ts";
078const RecentSearches = ({
9 recentRecords,
···1import {
2 type ShTangledRepo,
3 type AppBskyActorProfile,
004} from "../generated_client.ts";
5+import { type Actor, type IndexedRecord } from "@slices/client";
67const RecentSearches = ({
8 recentRecords,
+1-1
src/components/SearchPage.tsx
···1import Layout from "./Layout.tsx";
2import RecentSearches from "./RecentSearches.tsx";
3-import { type Actor, type IndexedRecord } from "../generated_client.ts";
45const SearchPage = ({
6 recentRecords,
···1import Layout from "./Layout.tsx";
2import RecentSearches from "./RecentSearches.tsx";
3+import { type Actor, type IndexedRecord } from "@slices/client";
45const SearchPage = ({
6 recentRecords,
+1-3
src/components/SearchResults.tsx
···1import {
2 type ShTangledRepo,
3 type AppBskyActorProfile,
4- type Actor,
5- type IndexedRecord,
6- recordBlobToCdnUrl,
7} from "../generated_client.ts";
089const SearchResults = ({
10 results,
···1import {
2 type ShTangledRepo,
3 type AppBskyActorProfile,
0004} from "../generated_client.ts";
5+import { IndexedRecord, Actor, recordBlobToCdnUrl } from "@slices/client";
67const SearchResults = ({
8 results,