Skip to content

Commit

Permalink
Even more import sort
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jul 19, 2024
1 parent 0e4ae90 commit 519a6c5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
5 changes: 2 additions & 3 deletions src/components/Introduction.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import type { FC, ReactNode } from "react"
import {
Unstable_Grid2 as Grid,
type GridDirection,
Stack,
Typography,
Unstable_Grid2 as Grid,
} from "@mui/material"
import type { ResponsiveStyleValue } from "@mui/system"

import { Image } from "codeforlife/components"
import type { ResponsiveStyleValue } from "@mui/system"

const Introduction: FC<{
header: string
Expand Down
2 changes: 1 addition & 1 deletion src/pages/codingClubs/ClubAim.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { type FC } from "react"
import { Stack, Typography } from "@mui/material"
import { type FC } from "react"

const ClubAim: FC = () => {
return (
Expand Down
14 changes: 6 additions & 8 deletions src/pages/codingClubs/CodingClubs.tsx
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
import { type FC } from "react"
import * as page from "codeforlife/components/page"
import { Link, LinkButton } from "codeforlife/components/router"
import { Typography, useTheme } from "@mui/material"
import { Download as DownloadIcon } from "@mui/icons-material"
import { type FC } from "react"

import * as page from "codeforlife/components/page"

import CodeClubHeroImage from "../../images/coding_club_hero_hexagon.png"
import AboutUsImage from "../../images/about_us.jpg"
import PythonClubImage from "../../images/coding_club_python_pack.png"
import Introduction from "../../components/Introduction"

import ClubAim from "./ClubAim"
import { Link, LinkButton } from "codeforlife/components/router"
import CodeClubHeroImage from "../../images/coding_club_hero_hexagon.png"
import Introduction from "../../components/Introduction"
import PythonClubImage from "../../images/coding_club_python_pack.png"

export interface CodingClubProps {}

Expand Down

0 comments on commit 519a6c5

Please sign in to comment.