remove comments

This commit is contained in:
2025-02-09 18:37:18 +02:00
parent 9f4187480c
commit 3fedd1e7a5
2 changed files with 0 additions and 12 deletions

View File

@@ -3,16 +3,6 @@ import { Background, BackgroundStorage } from './types';
import { random } from './lib/math';
import { atom } from 'jotai';
// export const showImageDetailsAtom = atomWithStorage('vertex-show-image-details', false);
// export const showLocationsAtom = atomWithStorage('vertex-show-locations', false);
// export const viewAsTableAtom = atomWithStorage('vertex-view-as-table', false);
// export const useSavedBackgroundsAtom = atomWithStorage('vertex-saved-backgrounds', false);
// export const unsplashQueryAtom = atomWithStorage('vertex-unsplash-query', '');
export type Settings = {
showImageDetails: boolean;
showLocations: boolean;

View File

@@ -1,6 +1,4 @@
import { useEffect, useMemo, useState } from 'react';
// import { HiSolidArrowDown, HiSolidArrowUp } from 'solid-icons/hi';
// import { WiHumidity, WiSunrise, WiSunset } from 'solid-icons/wi';
import { useWeather } from '~/api/open-weather';
import { getTime } from '~/lib/date';
import {