Skip to content

Commit

Permalink
Merge pull request #1 from ric-v/dev
Browse files Browse the repository at this point in the history
moved to functions
  • Loading branch information
ric-v authored Apr 28, 2022
2 parents 133256e + 66c177c commit 3b21d8e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/components/Navbar.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Link from "next/link";
import { useEffect, useState } from "react";
import getCurrentTime from "../repository/timeNow";
import getCurrentTime from "../functions/timeNow";

type Props = {
children: React.ReactNode;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pages/timezone/[timezone].tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useRouter } from "next/router";
import React, { useEffect, useState } from "react";
import { timezoneList } from "../api/timezones";
import getCurrentTime from "../repository/timeNow";
import getCurrentTime from "../functions/timeNow";

const TimeAtTimezone = () => {
const router = useRouter();
Expand Down

1 comment on commit 3b21d8e

@vercel
Copy link

@vercel vercel bot commented on 3b21d8e Apr 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

and-the-time-is – ./

and-the-time-is-ric-v.vercel.app
and-the-time-is-git-main-ric-v.vercel.app
and-the-time-is.vercel.app

Please sign in to comment.