mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 09:47:17 +00:00
Fix
This commit is contained in:
@@ -16,6 +16,7 @@ import type { AppProps } from "next/app";
|
|||||||
import React, { useEffect, useMemo, useState } from "react";
|
import React, { useEffect, useMemo, useState } from "react";
|
||||||
import { AppContext } from "../types/context";
|
import { AppContext } from "../types/context";
|
||||||
|
|
||||||
|
import "@fontsource-variable/inter";
|
||||||
import "styles/global.css";
|
import "styles/global.css";
|
||||||
|
|
||||||
const App: React.FC<AppProps> = ({ Component, pageProps }) => {
|
const App: React.FC<AppProps> = ({ Component, pageProps }) => {
|
||||||
|
Reference in New Issue
Block a user