Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
test revert
Browse files Browse the repository at this point in the history
  • Loading branch information
will-chan committed Mar 8, 2023
1 parent a08894a commit 2fd3ddd
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 React, {useState, useRef, useEffect} from 'react'
import styles from './index.module.css';
import { nextTick } from 'process'

const message = 'Next.js Acorn Starter1'
const message = 'Next.js Acorn Starter'

type HomeProps = { todos: Array<Todo> }

Expand Down

0 comments on commit 2fd3ddd

Please sign in to comment.