Skip to content

Commit

Permalink
Update to Next.js 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ay8s committed Oct 27, 2020
1 parent 5f4f522 commit 9de04e4
Show file tree
Hide file tree
Showing 6 changed files with 687 additions and 154 deletions.
2 changes: 1 addition & 1 deletion components/CTABar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {useState, useContext} from 'react';
import React, {useState, useContext} from 'react';
import Link from 'next-translate/Link'
import styles from './CTABar.module.scss'
import withTranslation from 'next-translate/withTranslation'
Expand Down
2 changes: 1 addition & 1 deletion components/OptionsBar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {useState, useContext} from 'react';
import React from 'react';
import UserContext from '../components/UserContext';
import Link from 'next/link';

Expand Down
2 changes: 1 addition & 1 deletion components/Race.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {useState} from 'react';
import React, {useState} from 'react';
import moment from 'moment'
import styles from './Race.module.scss'
import withTranslation from 'next-translate/withTranslation'
Expand Down
2 changes: 1 addition & 1 deletion components/RaceSchema.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {useState} from 'react';
import React, {useState} from 'react';
import moment from 'moment'
import withTranslation from 'next-translate/withTranslation'

Expand Down
Loading

0 comments on commit 9de04e4

Please sign in to comment.