Skip to content

Commit f617321

Browse files
relocate css file intended only for conf/2025
1 parent 46526da commit f617321

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

src/app/conf/2025/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { Metadata } from "next"
33

44
import { NewFontsStyleTag } from "../../fonts"
55
import "../../colors.css"
6+
import "./conf.css"
67

78
import { Navbar } from "./components/navbar"
89
import { Footer } from "./components/footer"

src/app/layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { ReactElement, ReactNode } from "react"
22
import { Metadata } from "next"
33
import GoogleAnalytics from "@/app/ga"
44

5-
import "../conf.css"
65
import "../globals.css"
76

87
export const metadata: Metadata = {

0 commit comments

Comments
 (0)