build fix

This commit is contained in:
Микаэл Оганесян
2025-09-27 22:31:14 -07:00
parent b25df42960
commit 1abd6b30a4
2 changed files with 1 additions and 2 deletions

View File

@@ -74,7 +74,6 @@ import { languageInstance } from "@shared";
import { makeAutoObservable } from "mobx"; import { makeAutoObservable } from "mobx";
import { stationsStore, routeStore, sightsStore, menuStore } from "@shared"; import { stationsStore, routeStore, sightsStore, menuStore } from "@shared";
import { Token } from "@mui/icons-material";
// Функция для сброса кешей карты // Функция для сброса кешей карты
export const clearMapCaches = () => { export const clearMapCaches = () => {

File diff suppressed because one or more lines are too long