Skip to content

Commit

Permalink
i fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaBonde committed Aug 14, 2024
1 parent baf6fb6 commit dbfbf34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/hemsedal24/components/Hero.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import styles from "./Hero.module.css";
import {isMobile} from 'react-device-detect';
import arrow from "../images/curved-arrow.svg";
import s from "../images/s.svg"
import Image from 'next/image';
//import arrow from "../images/curved-arrow.svg";

import blob from "../images/blob.svg";
import retreatmobile from "../images/retreatmobile.svg"
import retreat from "../images/Retreatclub-fyri-solbaddar.svg"
Expand Down
2 changes: 0 additions & 2 deletions src/hemsedal24/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import styles from './hemsedal.module.css'
import { NextPage } from 'next';
import Head from 'next/head';
import Image from 'next/image';
import Link from 'next/link';

import Hero from './components/Hero'

Expand Down

0 comments on commit dbfbf34

Please sign in to comment.