Skip to content

Commit

Permalink
fixing multiple imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gallant committed Dec 9, 2024
1 parent b0d9284 commit 72f77bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sudokuru/app/Pages/ReleaseNotesPage.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import React from "react";
import { FlatList } from "react-native";

import json from "../../Changelog.json";
import {
ReleaseNoteInterface,
ReleaseNote,
} from "../Components/ReleaseNotes/ReleaseNote";
import { useTheme, Text } from "react-native-paper";
import { useWindowDimensions } from "react-native";
import { useWindowDimensions, FlatList } from "react-native";

const ReleaseNotesPage = () => {
const releaseNotes: ReleaseNoteInterface[] = json;
Expand Down

0 comments on commit 72f77bb

Please sign in to comment.