File tree Expand file tree Collapse file tree 9 files changed +109
-1
lines changed Expand file tree Collapse file tree 9 files changed +109
-1
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ - Copyright 2022 Sven Loesekann
3+ Licensed under the Apache License, Version 2.0 (the "License");
4+ you may not use this file except in compliance with the License.
5+ You may obtain a copy of the License at
6+ http://www.apache.org/licenses/LICENSE-2.0
7+ Unless required by applicable law or agreed to in writing, software
8+ distributed under the License is distributed on an "AS IS" BASIS,
9+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+ See the License for the specific language governing permissions and
11+ limitations under the License.
12+ */
113import { useNavigate } from "react-router" ;
214import Button from '@mui/material/Button' ;
315import * as React from 'react' ;
Original file line number Diff line number Diff line change 1+ /*
2+ - Copyright 2022 Sven Loesekann
3+ Licensed under the Apache License, Version 2.0 (the "License");
4+ you may not use this file except in compliance with the License.
5+ You may obtain a copy of the License at
6+ http://www.apache.org/licenses/LICENSE-2.0
7+ Unless required by applicable law or agreed to in writing, software
8+ distributed under the License is distributed on an "AS IS" BASIS,
9+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+ See the License for the specific language governing permissions and
11+ limitations under the License.
12+ */
113@import "tailwindcss" ;
214@import '@fontsource/roboto/300.css' ;
315@import '@fontsource/roboto/400.css' ;
Original file line number Diff line number Diff line change 1- import {
1+ /*
2+ - Copyright 2022 Sven Loesekann
3+ Licensed under the Apache License, Version 2.0 (the "License");
4+ you may not use this file except in compliance with the License.
5+ You may obtain a copy of the License at
6+ http://www.apache.org/licenses/LICENSE-2.0
7+ Unless required by applicable law or agreed to in writing, software
8+ distributed under the License is distributed on an "AS IS" BASIS,
9+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+ See the License for the specific language governing permissions and
11+ limitations under the License.
12+ */
13+ import {
214 isRouteErrorResponse ,
315 Links ,
416 Meta ,
Original file line number Diff line number Diff line change 1+ /*
2+ - Copyright 2022 Sven Loesekann
3+ Licensed under the Apache License, Version 2.0 (the "License");
4+ you may not use this file except in compliance with the License.
5+ You may obtain a copy of the License at
6+ http://www.apache.org/licenses/LICENSE-2.0
7+ Unless required by applicable law or agreed to in writing, software
8+ distributed under the License is distributed on an "AS IS" BASIS,
9+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+ See the License for the specific language governing permissions and
11+ limitations under the License.
12+ */
113import { type RouteConfig , index , route } from "@react-router/dev/routes" ;
214
315export default [
Original file line number Diff line number Diff line change 1+ /*
2+ - Copyright 2022 Sven Loesekann
3+ Licensed under the Apache License, Version 2.0 (the "License");
4+ you may not use this file except in compliance with the License.
5+ You may obtain a copy of the License at
6+ http://www.apache.org/licenses/LICENSE-2.0
7+ Unless required by applicable law or agreed to in writing, software
8+ distributed under the License is distributed on an "AS IS" BASIS,
9+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+ See the License for the specific language governing permissions and
11+ limitations under the License.
12+ */
113import type { Route } from "./+types/app" ;
214import { Welcome } from "~/welcome/welcome" ;
315
Original file line number Diff line number Diff line change 1+ /*
2+ - Copyright 2022 Sven Loesekann
3+ Licensed under the Apache License, Version 2.0 (the "License");
4+ you may not use this file except in compliance with the License.
5+ You may obtain a copy of the License at
6+ http://www.apache.org/licenses/LICENSE-2.0
7+ Unless required by applicable law or agreed to in writing, software
8+ distributed under the License is distributed on an "AS IS" BASIS,
9+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+ See the License for the specific language governing permissions and
11+ limitations under the License.
12+ */
113import type { Route } from "./+types/home" ;
214import { Login } from "~/login/login" ;
315
Original file line number Diff line number Diff line change 1+ /*
2+ - Copyright 2022 Sven Loesekann
3+ Licensed under the Apache License, Version 2.0 (the "License");
4+ you may not use this file except in compliance with the License.
5+ You may obtain a copy of the License at
6+ http://www.apache.org/licenses/LICENSE-2.0
7+ Unless required by applicable law or agreed to in writing, software
8+ distributed under the License is distributed on an "AS IS" BASIS,
9+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+ See the License for the specific language governing permissions and
11+ limitations under the License.
12+ */
113import { NavLink } from "react-router" ;
214import logoDark from "./logo-dark.svg" ;
315import logoLight from "./logo-light.svg" ;
Original file line number Diff line number Diff line change 1+ /*
2+ - Copyright 2022 Sven Loesekann
3+ Licensed under the Apache License, Version 2.0 (the "License");
4+ you may not use this file except in compliance with the License.
5+ You may obtain a copy of the License at
6+ http://www.apache.org/licenses/LICENSE-2.0
7+ Unless required by applicable law or agreed to in writing, software
8+ distributed under the License is distributed on an "AS IS" BASIS,
9+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+ See the License for the specific language governing permissions and
11+ limitations under the License.
12+ */
113import type { Config } from "@react-router/dev/config" ;
214
315export default {
Original file line number Diff line number Diff line change 1+ /*
2+ - Copyright 2022 Sven Loesekann
3+ Licensed under the Apache License, Version 2.0 (the "License");
4+ you may not use this file except in compliance with the License.
5+ You may obtain a copy of the License at
6+ http://www.apache.org/licenses/LICENSE-2.0
7+ Unless required by applicable law or agreed to in writing, software
8+ distributed under the License is distributed on an "AS IS" BASIS,
9+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+ See the License for the specific language governing permissions and
11+ limitations under the License.
12+ */
113import { reactRouter } from "@react-router/dev/vite" ;
214import tailwindcss from "@tailwindcss/vite" ;
315import { defineConfig } from "vite" ;
You can’t perform that action at this time.
0 commit comments