Skip to content

Commit

Permalink
Try to fix lint 2
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikskog authored Aug 26, 2024
1 parent 5e56cfa commit 63ef1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Head from 'next/head';
import React, { FC, useEffect } from 'react';
import { FC } from 'react';

import Footer from './components/Footer/index';
import Header from './components/Header/index';
Expand Down

0 comments on commit 63ef1b6

Please sign in to comment.