| author | ymh <ymh.work@gmail.com> |
| Thu, 29 Jul 2021 19:04:01 +0200 | |
| changeset 209 | a01e6a4dc9d2 |
| parent 191 | 3f71ad81a5a9 |
| permissions | -rw-r--r-- |
|
191
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
@import "./components/SessionForm"; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
@import "./components/Navbar"; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
@import "./components/CreateGroup"; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
@import "./components/SessionSummary"; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
@import "./components/NoteList"; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
@import "./components/ProtocolSummary"; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
7 |
@import "./components/Login"; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
8 |
@import "./components/Register"; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
9 |
@import "./components/CreateSession"; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
10 |
@import "./components/Note"; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
11 |
@import "./components/SlateEditor"; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
12 |
@import "./components/NoteInput"; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
13 |
@import "./components/SessionList"; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
14 |
@import "./components/Session"; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
15 |
@import "./components/Settings"; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
16 |
|
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
17 |
@import "./App"; |