Skip to content

Commit

Permalink
move use component
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsPi3141 committed Dec 27, 2024
1 parent 7840b7c commit 2177374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/components/fontpreload.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import { useEffect, useState } from "react";

export function FontPreloader() {
Expand Down
2 changes: 0 additions & 2 deletions app/layout.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"use client";

import "./globals.scss";

import "./components/modal.css";
Expand Down

0 comments on commit 2177374

Please sign in to comment.