From 297654f58e351ac6e10c4f7c465bb62d37d4495b Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 24 May 2022 22:58:15 +0200 Subject: build(deps): bump all dependencies I moved the website picture from useSettings to the layout component since it is only used here. This reduce the number of Jest errors. However, there's still some issues with some images import... --- src/components/templates/layout/layout.test.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/templates/layout/layout.test.tsx') diff --git a/src/components/templates/layout/layout.test.tsx b/src/components/templates/layout/layout.test.tsx index 78547d4..914e1cd 100644 --- a/src/components/templates/layout/layout.test.tsx +++ b/src/components/templates/layout/layout.test.tsx @@ -1,5 +1,4 @@ import { render, screen } from '@test-utils'; -import { BreadcrumbList } from 'schema-dts'; import Layout from './layout'; const body = -- cgit v1.2.3