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