File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 68
68
padding : 0 20px ;
69
69
border : none;
70
70
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 ;
75
72
cursor : pointer;
76
73
display : flex;
77
74
align-items : center;
Original file line number Diff line number Diff line change 1
- import styles from "./page.module.css" ;
2
1
import Link from "next/link" ;
2
+ import styles from "./page.module.css" ;
3
3
4
4
export default function Home ( ) {
5
5
return (
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import type { SSTConfig } from "sst";
2
2
3
3
import { AppPagesRouter } from "./stacks/AppPagesRouter" ;
4
4
import { AppRouter } from "./stacks/AppRouter" ;
5
- import { PagesRouter } from "./stacks/PagesRouter" ;
6
5
import { Experimental } from "./stacks/Experimental" ;
6
+ import { PagesRouter } from "./stacks/PagesRouter" ;
7
7
8
8
export default {
9
9
config ( _input ) {
You can’t perform that action at this time.
0 commit comments