remove comments
This commit is contained in:
10
src/atoms.ts
10
src/atoms.ts
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user