mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-21 15:34:21 +00:00
index: Remove unused imports
This commit is contained in:
parent
e059cb818c
commit
c847b8bee9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import { Heading, Chapter, Box, Idiomatic as I, Anchor as A, ListUnordered, ListOrdered } from '@steffo/bluelib-react'
|
||||
import { Heading, Chapter, Box, Idiomatic as I, ListUnordered } from '@steffo/bluelib-react'
|
||||
import type { NextPage, NextPageContext } from 'next'
|
||||
import { Link } from "../components/link"
|
||||
import { ThemeSwitcher } from '../components/theme-switcher'
|
||||
|
|
Loading…
Reference in a new issue