Refactor theme

This commit is contained in:
Saoud Rizwan
2024-09-24 11:24:57 -04:00
parent 888b3b7022
commit 98441bf98c
11 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import * as path from "path"
import fs from "fs/promises"
import { HistoryItem } from "../../shared/HistoryItem"
import axios from "axios"
import { getTheme } from "../../utils/getTheme"
import { getTheme } from "../../integrations/theme/getTheme"
import { openFile, openImage } from "../../utils/open-file"
import WorkspaceTracker from "../../integrations/WorkspaceTracker"
import { openMention } from "../../utils/context-mentions"