Skip to content

Commit

Permalink
Fix import statement for SpeedInsights
Browse files Browse the repository at this point in the history
  • Loading branch information
syofyanzuhad committed Jan 28, 2024
1 parent beb2657 commit 7e91706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ISkills } from '@Types';
import styled from 'styled-components';
import Typed from 'react-typed';
import splitbee from '@splitbee/web';
import { SpeedInsights } from "@vercel/speed-insights/next";
import { SpeedInsights } from '@vercel/speed-insights/next';
import { Container } from 'Atoms/Container';
import { SeoHead } from 'Atoms/SeoHead';

Expand Down

0 comments on commit 7e91706

Please sign in to comment.