stickynotes alias

This commit is contained in:
Alex Gleason
2024-05-01 16:14:50 -05:00
parent 9d0be2de0d
commit 3513206de1
22 changed files with 38 additions and 22 deletions

View File

@@ -1,9 +1,10 @@
/// <reference lib="webworker" />
import { ScopedPerformance } from 'https://deno.land/x/scoped_performance@v2.0.0/mod.ts';
import { Stickynotes } from '@soapbox/stickynotes';
import * as Comlink from 'comlink';
import { CompiledQuery, QueryResult } from 'kysely';
import { DenoSqlite3, Stickynotes } from '@/deps.ts';
import { DenoSqlite3 } from '@/deps.ts';
import '@/sentry.ts';
let db: DenoSqlite3 | undefined;