Cleaning up
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (pull_request) Has been cancelled

This commit is contained in:
whysman 2025-03-22 13:48:00 -04:00
parent 84a975e89a
commit c2d173a4ba
3 changed files with 3 additions and 7 deletions

View File

@ -1,7 +1,6 @@
import React from 'react';
import {View, Text } from "react-native";
import { useTheme } from "react-native-paper";
import { Helmet } from 'react-helmet-async'
import Profile from "@/components/Profile";
import Status from "@/components/Status";
import TopNav from "@/components/TopNav";

View File

@ -1,9 +1,6 @@
import { Button, TextInput, Dialog, Portal, Avatar, useTheme, Text } from "react-native-paper";
import { Dialog, Portal, useTheme } from "react-native-paper";
import React, {useEffect} from "react";
import themes from '@/assets/themes';
interface LocationProps {
visible: boolean;
}

View File

@ -1,5 +1,5 @@
import {Appbar, Portal, Button, Dialog, Menu, Text, useTheme} from "react-native-paper";
import {Animated, Image, useColorScheme, View} from "react-native";
import {Appbar, Portal, Button, Dialog, Menu, useTheme} from "react-native-paper";
import {Image, useColorScheme, View} from "react-native";
import React, {useState} from "react";
import styles from "@/assets/styles";
import About from "@/components/About";