fixed problems with docker that only existed on other systems

This commit is contained in:
QkoSad
2025-06-17 16:53:54 +03:00
parent 5a2b291bdd
commit 3ba8c2abd5
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{ Box, Button, Container, TextField, Typography } from "@mui/material";
import { Box, Button, Container, TextField, Typography } from "@mui/material";
import React, { useState } from "react";
import { createAlert } from "../../actions/alert";
import { addPost } from "../../actions/post";