Skip to content

Commit c756875

Browse files
committed
Rename landing
1 parent 3d6958c commit c756875

File tree

4 files changed

+6
-134
lines changed

4 files changed

+6
-134
lines changed

site/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { LandingPage } from "src/landing-new"
1+
import { LandingPage } from "../src/landing"
22
import { fetchSponsors } from "../src/sponsors-fetch"
33

44
export async function getStaticProps() {

site/src/landing.js

Lines changed: 0 additions & 128 deletions
This file was deleted.

site/src/landing-new.js renamed to site/src/landing/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import React from "react"
22
import s from "./landing.module.css"
3-
import { CodeHikeHead } from "./code-hike-head"
3+
import { CodeHikeHead } from "../code-hike-head"
44
import Link from "next/link"
5-
import { Header } from "./header"
6-
import { Description } from "./landing/description"
7-
import { Showcase } from "./landing/showcase"
8-
import { Sponsors } from "./landing/sponsors"
5+
import { Header } from "../header"
6+
import { Description } from "./description"
7+
import { Showcase } from "./showcase"
8+
import { Sponsors } from "./sponsors"
99

1010
export { LandingPage }
1111

File renamed without changes.

0 commit comments

Comments
 (0)