add login/sign-up page with dark/light mode
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import type { webpack } from 'next/dist/compiled/webpack/webpack';
|
||||
export type RootParamsLoaderOpts = {
|
||||
appDir: string;
|
||||
pageExtensions: string[];
|
||||
};
|
||||
declare const rootParamsLoader: webpack.LoaderDefinitionFunction<RootParamsLoaderOpts>;
|
||||
export default rootParamsLoader;
|
||||
Reference in New Issue
Block a user