Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-dunamu committed Oct 13, 2021
1 parent c05317f commit d279bfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import React, { useState } from 'react';
import Link from 'next/link';
import { AndroidToast } from '@utils/android';
import { fetchNotifications } from '@api/api-notifications';
import { Version } from '@interface/Version';

export default function MainPage() {
const [version, setVersion] = useState<string>('');
Expand Down

0 comments on commit d279bfa

Please sign in to comment.