Clean up the project a bit
Fix imports, remove unnecessary imports, and replace all single apostrophe to double apostrophes
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
import { getAlbumRoute, getPhotoRoute } from '@/lib/routing';
|
||||
import { AlbumPhotos } from './Album.tsx';
|
||||
import { getImageSize, getImageUrl } from '@/lib/images';
|
||||
import { getSettings } from '@/content/settings/settings';
|
||||
import Pagination from '../common/Pagination.astro';
|
||||
import { getAlbumRoute, getPhotoRoute } from "@/lib/routing";
|
||||
import { AlbumPhotos } from "./Album.tsx";
|
||||
import { getImageSize, getImageUrl } from "@/lib/images";
|
||||
import { getSettings } from "@/content/settings/settings";
|
||||
import Pagination from "@/components/common/Pagination.astro";
|
||||
|
||||
interface Props {
|
||||
page: PhotoAlbumPage;
|
||||
|
||||
Reference in New Issue
Block a user