Skip to content

Commit 2f9809d

Browse files
committed
Merge branch 'ms/FileRestructuring' of https://github.com/oslabs-beta/ksqljs into ja/nameChange
2 parents d117f6c + 494fe4b commit 2f9809d

File tree

5 files changed

+1
-9
lines changed

5 files changed

+1
-9
lines changed

ksqLight/src/components/Welcomepage.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
import { useState } from "react";
2-
import {
3-
Typography,
4-
TextField,
5-
Box,
6-
Fade,
7-
Button,
8-
Autocomplete,
9-
Stack,
10-
} from "@mui/material";
2+
import { Typography, TextField, Box, Fade, Button, Stack } from "@mui/material";
113
import { ApolloClient, InMemoryCache, gql } from "@apollo/client";
124

135
const client = new ApolloClient({

0 commit comments

Comments
 (0)