We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e0d55 commit 147030dCopy full SHA for 147030d
app/globals.css
@@ -1,7 +1,3 @@
1
-@tailwind base;
2
-@tailwind components;
3
-@tailwind utilities;
4
-
5
@keyframes clockwiseSpin {
6
from {
7
transform: rotate(0deg);
app/live/page.tsx
@@ -16,7 +16,7 @@ import Header from "../components/Header";
16
import { useEffect, useState } from "react";
17
import Footer from "../components/Footer";
18
import { Metadata } from "next";
19
-import { events } from "../schedule/page";
+import events from "../events";
20
21
const combinedEvents = Object.keys(events).reduce((a, k) => {
22
events[k].forEach((e) => {
0 commit comments