Remove unnecessary export

This commit is contained in:
Sam Becker 2024-03-04 09:17:27 -06:00
parent e0fa8cd460
commit 5740655e08

View File

@ -15,7 +15,7 @@ import { ReactNode, cache } from 'react';
import { FilmSimulation } from '@/simulation';
import { getPhotosFilmSimulationDataCached } from '@/simulation/data';
export const getPhotoCachedCached =
const getPhotoCachedCached =
cache((photoId: string) => getPhotoCached(photoId));
interface PhotoFilmSimulationProps {