Skip to content

Commit

Permalink
Suppression d'imports inutilisés
Browse files Browse the repository at this point in the history
  • Loading branch information
mariheck committed Dec 6, 2023
1 parent 2595d0a commit cb5d421
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/site/app/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {fetchCollection, fetchSingle} from 'src/strapi/strapi';
import {fetchSingle} from 'src/strapi/strapi';
import {StrapiItem} from 'src/strapi/StrapiItem';
import {sortByRank} from 'src/utils/sortByRank';
import {AccueilData} from './types';

export const getMetaData = async () => {
Expand Down

0 comments on commit cb5d421

Please sign in to comment.