Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Dec 21, 2024
2 parents e70c7fb + ac40c0e commit 1d2b25d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from "react";
import axios from "axios";
import HomeClient from "./root_client";


const Home = async () => {
let pong = null;
try {
Expand All @@ -13,4 +12,4 @@ const Home = async () => {
)
}

export default Home;
export default Home;

0 comments on commit 1d2b25d

Please sign in to comment.