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 { createDirectusConnection } from "@/lib/directus";
|
||||
import { print } from 'graphql';
|
||||
import getBlogs from '@/graphql/blogs/getBlogs.graphql';
|
||||
import getBlogPost from '@/graphql/blogs/getBlog.graphql';
|
||||
import getLastBlogPosts from '@/graphql/blogs/getLastBlogPosts.graphql';
|
||||
import getPaginatedBlogs from '@/graphql/blogs/getPaginatedBlogs.graphql';
|
||||
import { print } from "graphql";
|
||||
import getBlogs from "@/graphql/blogs/getBlogs.graphql";
|
||||
import getBlogPost from "@/graphql/blogs/getBlog.graphql";
|
||||
import getLastBlogPosts from "@/graphql/blogs/getLastBlogPosts.graphql";
|
||||
import getPaginatedBlogs from "@/graphql/blogs/getPaginatedBlogs.graphql";
|
||||
import { formatDate } from "@/lib/dates";
|
||||
import { getImageSize, getImageUrl } from "@/lib/images";
|
||||
import { getImage } from "astro:assets";
|
||||
|
||||
Reference in New Issue
Block a user