Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed Feb 12, 2025
1 parent 84e2f22 commit 26d7201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/routes/home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ import {
import { useCallback, useEffect, useState } from 'react';
import { useTranslation } from 'react-i18next';
import { Link, useLocation } from 'react-router-dom';
import { trackPageView } from '../../api/analytics';
import { burnSecret } from '../../api/secret';
import CopyButton from '../../components/CopyButton';
import QRLink from '../../components/qrlink';
import Quill from '../../components/quill';
import { Switch } from '../../components/switch';
import config from '../../config';
import { trackPageView } from '../../services/analytics';
import useAuthStore from '../../stores/authStore';
import useSecretStore from '../../stores/secretStore';
import useSettingsStore from '../../stores/settingsStore';
Expand Down

0 comments on commit 26d7201

Please sign in to comment.