commit | 5b612d9cf0f88d55cdb4cf3e07a5bbc63ce50313 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Thu Feb 17 19:22:50 2022 +0000 |
committer | pineafan <pineapplefanyt@gmail.com> | Thu Feb 17 19:22:50 2022 +0000 |
tree | f16f99b0228599f1a38010ad004151b34574455b | |
parent | 1de9876588459a3d567a5c926d4a541f8f24c437 [diff] [blame] |
just fixed some stuff :D
diff --git a/pages/gps.js b/pages/gps.js index aeb9dd8..971c419 100644 --- a/pages/gps.js +++ b/pages/gps.js
@@ -1,5 +1,4 @@ -import Card from '../Components/Card' -import CardRow from '../Components/CardRow'; +import { Card, CardRow } from '../Components/Card'; import Header from '../Components/Header' import { AutoLayout, Panel, Title, Subtitle, Text, Divider } from '../Components/Panels'; import { List, ListItem, Code } from '../Components/Texttools';