Skip to content

Commit

Permalink
fixings
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaBonde committed Aug 19, 2024
1 parent 876945a commit 8ab63cc
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 327 deletions.
1 change: 0 additions & 1 deletion src/hemsedal24/activities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { NextPage } from "next";
import Link from "next/link";
import arrowleft from "./images/arrow-left.svg"
import styles from "./activities.module.css"
import Container from "./components/Container";
import blob from "./images/activityblob.svg"
import bop from "./images/bop.svg"
import ActivityBlock from "./components/ActivityBlock";
Expand Down
2 changes: 1 addition & 1 deletion src/hemsedal24/components/ActivityBlock.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {ReactNode} from "react";

import Link from "next/link";

import styles from "./ActivityBlock.module.css"
Expand Down
1 change: 0 additions & 1 deletion src/hemsedal24/components/Day.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { ReactNode } from "react";

import styles from './Day.module.css';
import Container from "./Container";

export default function Day({ title, children, background = false }: { title: string, children: ReactNode, background?: boolean }) {
return <section>
Expand Down
1 change: 0 additions & 1 deletion src/hemsedal24/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import blob from "../images/blob.svg";
import retreatmobile from "../images/retreatmobile.svg"
import retreat from "../images/Retreatclub-fyri-solbaddar.svg"
import hemsedalHero2 from "../images/hemsedalhero2.svg"
import Container from "./Container";



Expand Down
1 change: 0 additions & 1 deletion src/hemsedal24/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import Hero from './components/Hero'
import Day from './components/Day'
import Link from 'next/link';
import bop from './images/bop.svg'
import secondbigblobs from './images/secondbigblobs.svg'
import topblub from './images/top_blub.svg'
import mobiletopblub from './images/top-blub-mobil.svg'
import bottomblub from './images/bottom_blub.svg'
Expand Down
265 changes: 0 additions & 265 deletions src/hemsedal24/layout.module.css

This file was deleted.

56 changes: 0 additions & 56 deletions src/hemsedal24/layout.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/hemsedal24/tingogtang.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import blob from "./images/tingogtangblob.svg"
import snok from "./images/snok.svg"
import { useState, useEffect } from "react";
import bop from './images/bop.svg'
import Layout from "./layout";
const TingogTang: NextPage = () => {
const [mobile, setMobile] = useState(false);

Expand Down

0 comments on commit 8ab63cc

Please sign in to comment.