Skip to content

Commit 147030d

Browse files
committed
fix: exports
1 parent b8e0d55 commit 147030d

File tree

3 files changed

+2
-383
lines changed

3 files changed

+2
-383
lines changed

app/globals.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
4-
51
@keyframes clockwiseSpin {
62
from {
73
transform: rotate(0deg);

app/live/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Header from "../components/Header";
1616
import { useEffect, useState } from "react";
1717
import Footer from "../components/Footer";
1818
import { Metadata } from "next";
19-
import { events } from "../schedule/page";
19+
import events from "../events";
2020

2121
const combinedEvents = Object.keys(events).reduce((a, k) => {
2222
events[k].forEach((e) => {

0 commit comments

Comments
 (0)