Skip to content

Commit

Permalink
fix: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jchojna committed Apr 24, 2024
1 parent a4a627b commit 68b735c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Intro.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import clsx from 'clsx';
import { useEffect, useRef, useState } from 'react';
import { useEffect, useRef } from 'react';

import createIntro from '../utils/createIntro';

Expand Down

0 comments on commit 68b735c

Please sign in to comment.