Skip to content

Commit

Permalink
css : Dadj is now default
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo committed Aug 6, 2023
1 parent f6cbde9 commit 4142ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import RouteJoke from "./Routes/RouteJoke"
type TargetRoute = React.FC

var App = () => {
const [ route, setRoute ] = useState<string>( '' )
const [ route, setRoute ] = useState<string>( 'dadj' )
const handleSetRoute = (s: string) => {
setRoute(s)
}
Expand Down

0 comments on commit 4142ced

Please sign in to comment.