Remove unnecessary export
This commit is contained in:
parent
e0fa8cd460
commit
5740655e08
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user