Skip to content

Commit 7791b15

Browse files
committed
Flyttet Logginn.tsx og Url.tsx inn i pages-mappen for ryddigere struktur.
1 parent d040b3f commit 7791b15

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

frontend/src/App.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { BrowserRouter, Routes, Route } from 'react-router-dom';
2-
import Logginn from './Logginn';
3-
import Url from './Url';
2+
import Logginn from './pages/Logginn.tsx';
3+
import Url from './pages/Url.tsx';
44

55
function App() {
66
return (
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)