Skip to content

Commit c17e20c

Browse files
committed
style: fix format
1 parent b710caa commit c17e20c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/home/NoNextEvent.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
flex-grow: 1;
55
justify-content: center;
66
text-align: center;
7-
}
7+
}

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./dist/types/routes.d.ts";
3+
import './dist/types/routes.d.ts';
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)