feat: readd for you column

This commit is contained in:
2024-04-04 13:47:15 +07:00
parent 174b28f1a7
commit 999073f84c
34 changed files with 984 additions and 647 deletions

View File

@@ -7,7 +7,7 @@ import {
import { type Ark } from "@lume/ark";
import { type QueryClient } from "@tanstack/react-query";
import { type Platform } from "@tauri-apps/plugin-os";
import { Settings } from "@lume/types";
import { Account, Interests, Settings } from "@lume/types";
interface RouterContext {
ark: Ark;
@@ -15,6 +15,8 @@ interface RouterContext {
platform: Platform;
locale: string;
settings: Settings;
interests: Interests;
accounts: Account[];
}
export const Route = createRootRouteWithContext<RouterContext>()({