File tree Expand file tree Collapse file tree 4 files changed +6
-134
lines changed Expand file tree Collapse file tree 4 files changed +6
-134
lines changed Original file line number Diff line number Diff line change 1
- import { LandingPage } from "src/landing-new "
1
+ import { LandingPage } from "../ src/landing"
2
2
import { fetchSponsors } from "../src/sponsors-fetch"
3
3
4
4
export async function getStaticProps ( ) {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
import React from "react"
2
2
import s from "./landing.module.css"
3
- import { CodeHikeHead } from "./code-hike-head"
3
+ import { CodeHikeHead } from ".. /code-hike-head"
4
4
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"
9
9
10
10
export { LandingPage }
11
11
File renamed without changes.
You can’t perform that action at this time.
0 commit comments