File tree 15 files changed +13
-26
lines changed 15 files changed +13
-26
lines changed Original file line number Diff line number Diff line change 1
1
import Image from 'next/image'
2
2
3
- import { Container } from '@/app/foundation/components /Container'
3
+ import { Container } from '@/app/common /Container'
4
4
5
5
const sponsors = [
6
6
{
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ import { Container } from '@/app/common/Container'
1
2
import { Button } from '@/app/holdings/components/Button'
2
- import { Container } from '@/app/holdings/components/Container'
3
3
4
4
export function Foundation ( { externalLink } : { externalLink ?: boolean } ) {
5
5
return (
Original file line number Diff line number Diff line change
1
+ import { Container } from '@/app/common/Container'
1
2
import { Button } from '@/app/holdings/components/Button'
2
- import { Container } from '@/app/holdings/components/Container'
3
3
4
4
export function Holdings ( { externalLink } : { externalLink ?: boolean } ) {
5
5
return (
Original file line number Diff line number Diff line change
1
+ import { Container } from '@/app/common/Container'
1
2
import { Logo } from '@/app/common/Logo'
2
- import { Container } from '@/app/foundation/components/Container'
3
3
import { IconBrandGithub , IconBrandLinkedin } from '@tabler/icons-react'
4
4
5
5
export function Footer ( ) {
Original file line number Diff line number Diff line change
1
+ import { Container } from '@/app/common/Container'
1
2
import { Logo } from '@/app/common/Logo'
2
3
import { Button } from '@/app/holdings/components/Button'
3
- import { Container } from '@/app/holdings/components/Container'
4
4
5
5
export function Header ( ) {
6
6
return (
Original file line number Diff line number Diff line change
1
+ import { Container } from '@/app/common/Container'
1
2
import { BackgroundImage } from '@/app/foundation/components/BackgroundImage'
2
3
import { Button } from '@/app/foundation/components/Button'
3
- import { Container } from '@/app/foundation/components/Container'
4
4
5
5
export function Hero ( ) {
6
6
return (
Original file line number Diff line number Diff line change
1
+ import { Container } from '@/app/common/Container'
1
2
import { Button } from '@/app/foundation/components/Button'
2
- import { Container } from '@/app/foundation/components/Container'
3
3
4
4
function ArrowRightIcon ( props : React . ComponentPropsWithoutRef < 'svg' > ) {
5
5
return (
Original file line number Diff line number Diff line change 1
1
'use client'
2
2
3
+ import { Container } from '@/app/common/Container'
3
4
import { BackgroundImage } from '@/app/foundation/components/BackgroundImage'
4
5
import { Button } from '@/app/foundation/components/Button'
5
- import { Container } from '@/app/foundation/components/Container'
6
6
import { IconChevronRight } from '@tabler/icons-react'
7
7
8
8
interface Day {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ import { Container } from '@/app/common/Container'
1
2
import { Logo } from '@/app/common/Logo'
2
- import { Container } from '@/app/holdings/components/Container'
3
3
import { IconBrandGithub , IconBrandLinkedin } from '@tabler/icons-react'
4
4
5
5
export function Footer ( ) {
Original file line number Diff line number Diff line change
1
+ import { Container } from '@/app/common/Container'
1
2
import { Logo } from '@/app/common/Logo'
2
3
import { Button } from '@/app/holdings/components/Button'
3
- import { Container } from '@/app/holdings/components/Container'
4
4
5
5
export function Header ( ) {
6
6
return (
Original file line number Diff line number Diff line change
1
+ import { Container } from '@/app/common/Container'
1
2
import { BackgroundImage } from '@/app/holdings/components/BackgroundImage'
2
3
import { Button } from '@/app/holdings/components/Button'
3
- import { Container } from '@/app/holdings/components/Container'
4
4
5
5
export function Hero ( ) {
6
6
return (
Original file line number Diff line number Diff line change
1
+ import { Container } from '@/app/common/Container'
1
2
import { Button } from '@/app/holdings/components/Button'
2
- import { Container } from '@/app/holdings/components/Container'
3
3
4
4
function ArrowRightIcon ( props : React . ComponentPropsWithoutRef < 'svg' > ) {
5
5
return (
Original file line number Diff line number Diff line change 1
1
'use client'
2
2
3
+ import { Container } from '@/app/common/Container'
3
4
import { BackgroundImage } from '@/app/holdings/components/BackgroundImage'
4
- import { Container } from '@/app/holdings/components/Container'
5
5
import clsx from 'clsx'
6
6
7
7
interface Day {
You can’t perform that action at this time.
0 commit comments