Skip to content

Commit 7570394

Browse files
committed
lint
1 parent 6844353 commit 7570394

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

examples/experimental/src/app/page.module.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,7 @@
6868
padding: 0 20px;
6969
border: none;
7070
border: 1px solid transparent;
71-
transition:
72-
background 0.2s,
73-
color 0.2s,
74-
border-color 0.2s;
71+
transition: background 0.2s, color 0.2s, border-color 0.2s;
7572
cursor: pointer;
7673
display: flex;
7774
align-items: center;

examples/experimental/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import styles from "./page.module.css";
21
import Link from "next/link";
2+
import styles from "./page.module.css";
33

44
export default function Home() {
55
return (

examples/sst/sst.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import type { SSTConfig } from "sst";
22

33
import { AppPagesRouter } from "./stacks/AppPagesRouter";
44
import { AppRouter } from "./stacks/AppRouter";
5-
import { PagesRouter } from "./stacks/PagesRouter";
65
import { Experimental } from "./stacks/Experimental";
6+
import { PagesRouter } from "./stacks/PagesRouter";
77

88
export default {
99
config(_input) {

0 commit comments

Comments
 (0)